Fix stylesheet block/inline mode

The problem was that stylesheets were being  transcluded in inline mode
(rather than block mode), which meant that triple backticks were not
being interpreted as block mode markup, but rather as a series of
single backticks.
This commit is contained in:
Jermolene 2014-09-08 08:46:01 +01:00
parent 5ce4c4ab7b
commit 756e05504b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: $:/core/ui/PageStylesheet
<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/stylesheet]!has[draft.of]]">
<$transclude/>
<$transclude mode="block"/>
</$list>
</$importvariables>