Ticket #175 (closed enhancement: fixed)
Use <PRE> element in storeArea to avoid character escaping issues
| Reported by: | BobMcElrath | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
Justin Case notes that adding a <pre> inside the <div> used to store tiddlers in the storearea fixes the problem with whitespace on IE. But we can go one step further and also remove the \n and \ escaping if we do this.
This has the added benefits of making a TW readable to text-only browsers, javascript-disabled browsers, and search engines.
The IE error is that upon saving, IE compresses a sequence of multiple spaces into one space.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

