From bea8730a47a1e8a0549c451bae5067e80ce4f546 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 14 Feb 2014 19:25:38 +0000 Subject: [PATCH] Fix problem with tiddlers of the type text/css Fixes #395 --- core/templates/alltiddlers.template.html.tid | 2 +- core/templates/save-all.tid | 2 +- core/templates/save-empty.tid | 2 +- core/templates/save-lazy-images.tid | 2 +- core/templates/static.template.css.tid | 2 +- core/templates/static.template.html.tid | 2 +- core/templates/tiddlywiki5.html.tid | 2 +- editions/tw5.com/tiddlers/system/download-empty.tid | 2 +- plugins/tiddlywiki/tiddlyweb/download-offline.tid | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/templates/alltiddlers.template.html.tid b/core/templates/alltiddlers.template.html.tid index 1e03a0fb3..f372afc7b 100644 --- a/core/templates/alltiddlers.template.html.tid +++ b/core/templates/alltiddlers.template.html.tid @@ -13,7 +13,7 @@ type: text/vnd.tiddlywiki-html {{$:/core/wiki/title}}
-{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}} +{{$:/boot/boot.css||$:/core/templates/css-tiddler}}