1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-05-04 00:14:09 +00:00
Jermolene c8830d32f7 Fixed problem with building TW under Windows
Fixes #717

The issue was that under Windows we generate text nodes that contained
CRLF as a linebreak (rather than just LF as usual).

The subtle problem is that when these strings are placed in the DOM via
createTextNode(), the CR character is treated as a printable character,
not whitespace. When creating DOM notes with innerHTML or as part of a
static HTML document the HTML parser will strip out the CR characters.

The hacky solution is to manually remove CRs before building the text
node.
2014-08-15 09:40:22 +01:00
..
2014-07-12 09:09:36 +01:00
2014-07-12 09:09:36 +01:00
2014-07-22 15:16:18 +01:00
2014-07-08 10:07:17 +01:00
2014-08-02 12:42:05 +01:00
2014-06-24 12:09:10 +01:00
2014-07-28 14:20:18 +01:00
2014-06-23 08:09:59 +01:00