shithub: werc

Download patch

ref: 4728a01a0fe5655188f5c79558813968352f8f0d
parent: bda06692d88e57a5360f55e6059cef11e9e5cf8c
author: sl <uriel@engel.se.cat-v.org>
date: Tue Mar 3 16:37:36 EST 2009

Add mising </p>.

--- a/apps/bridge/app.rc
+++ b/apps/bridge/app.rc
@@ -31,7 +31,7 @@
                 ll_add handlers_body_foot template apps/bridge/foot.tpl
         }
         if not if(~ $REQUEST_METHOD GET)
-            ll_add handlers_body_foot echo '<hr /><p>To post a comment you need to <a href="/_users/login">login</a> first.'
+            ll_add handlers_body_foot echo '<hr /><p>To post a comment you need to <a href="/_users/login">login</a> first.</p>'
     }
 }