From 02bf8fa469fd7716fac193352a7aeb93f03046ef Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 27 Jun 2013 09:43:04 +0100 Subject: [PATCH] Fixing 05dc8edc5a97871c7d5b4c6b25e878ea7e800937 properly --- boot/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index 7960e6467..1f41fe6ff 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1267,7 +1267,7 @@ $tw.boot.startup = function() { wikiInfo: "./tiddlywiki.info", wikiPluginsSubDir: "./plugins", wikiTiddlersSubDir: "./tiddlers", - jsModuleHeaderRegExpString: "^\\/\\*\\\\(?:\\r?\\n)((?:^[^(?:\\r?\\n)]*(?:\\r?\\n))+?)(^\\\\\\*\\/$(?:\\r?\\n)?)", + jsModuleHeaderRegExpString: "^\\/\\*\\\\(?:\\r?\\n)((?:^[^\\r\\n]*(?:\\r?\\n))+?)(^\\\\\\*\\/$(?:\\r?\\n)?)", fileExtensionInfo: {}, // Map file extension to {type:} contentTypeInfo: {} // Map type to {encoding:,extension:} }