Add hr abobe comments login request message.

This commit is contained in:
Uriel 2009-02-23 08:23:35 +00:00
parent 525c4afe1f
commit 32dd50dff9

View file

@ -26,7 +26,7 @@ fn bridge_init {
saved_comment_text=$post_arg_comment_text saved_comment_text=$post_arg_comment_text
} }
if not if not
ll_add handlers_body_foot echo '<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.'
} }
} }