diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 2a8c1c2..fc7b2a4 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -21,7 +21,7 @@ </TMPL_IF> </h2> <p class="pagedate"> -<strong>Posted <TMPL_VAR CTIME></strong> +<strong><TMPL_VAR CTIME></strong> </p> <TMPL_IF HTML5></header><TMPL_ELSE></span></TMPL_IF> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> diff --git a/templates/page.tmpl b/templates/page.tmpl index 01a1aad..192d367 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -81,7 +81,7 @@ <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> <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> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> |