From ba2f831d8cd2ee349f5dcf4cd011326f5a434e4f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 18 Aug 2016 08:58:54 +0100 Subject: [PATCH] Fix parsing of multids files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old code required a space after the colon separating the title fragment from the text, and didn’t trim the strings. The new code is more tolerant, by not requiring the space, and trimming the strings. --- boot/boot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index c955f6e88..2ca27e749 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1261,15 +1261,15 @@ $tw.modules.define("$:/boot/tiddlerdeserializer/tids","tiddlerdeserializer",{ for(var t=0; t