From 103214322ea5e09a6c11eaa6e41028630fda7d4c Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Sun, 12 Jun 2016 13:46:58 -0300
Subject: [PATCH] Templates: cleanup

---
 templates/inlinepage.tmpl | 2 +-
 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>
-- 
GitLab