Skip to content
Snippets Groups Projects
Commit 10321432 authored by rhatto's avatar rhatto
Browse files

Templates: cleanup

parent 0d57720e
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</TMPL_IF> </TMPL_IF>
</h2> </h2>
<p class="pagedate"> <p class="pagedate">
<strong>Posted <TMPL_VAR CTIME></strong> <strong><TMPL_VAR CTIME></strong>
</p> </p>
<TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF> <TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
<p class="pagedate"> <p class="pagedate">
<TMPL_IF HAS_PARENTLINKS><strong>Posted <TMPL_VAR CTIME></strong></TMPL_IF> <TMPL_IF HAS_PARENTLINKS><strong><TMPL_VAR CTIME></strong></TMPL_IF>
</p> </p>
<TMPL_VAR CONTENT> <TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment