diff options
-rw-r--r-- | templates/page.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 2cd9ca1..2e18cdc 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -158,17 +158,17 @@ </TMPL_UNLESS> <!-- from <TMPL_VAR WIKINAME> --> <TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF> - + </div> - + <div class="span4"> <TMPL_IF SIDEBAR> <TMPL_IF HTML5><aside class="sidebar"><TMPL_ELSE><div class="sidebar"></TMPL_IF> <TMPL_VAR SIDEBAR> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> - </TMPL_IF> - + </TMPL_IF> + </div> <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> |