git » wikiri » commit 0765eac

Remove an unneeded <br/> tag.

author Alberto Bertogli
2007-12-30 06:06:59 UTC
committer Alberto Bertogli
2007-12-30 06:06:59 UTC
parent a1cc68e4733664f2cbe92c82bcfaa8cef7ad97ea

Remove an unneeded <br/> tag.

It caused a big margin between the article header and the beginning of the
text.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

wikiri.cgi +1 -2

diff --git a/wikiri.cgi b/wikiri.cgi
index 56db044..65dca94 100755
--- a/wikiri.cgi
+++ b/wikiri.cgi
@@ -139,8 +139,7 @@ default_article_header = """
 <span class="artinfo">
   updated on %(uyear)04d-%(umonth)02d-%(uday)02d
     %(uhour)02d:%(uminute)02d<br/>
-</span><br/>
-<p/>
+</span><p/>
 <div class="artbody">
 """