Fix problem with tiddlers of the type text/css

Fixes #395
This commit is contained in:
Jermolene
2014-02-14 19:25:38 +00:00
parent c3254bc981
commit bea8730a47
9 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ type: text/vnd.tiddlywiki-html
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<title>{{$:/core/wiki/title}}</title>
<div id="styleArea">
{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}}
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
</div>
<style type="text/css">
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}