swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit a5284d8fecd5ab660ba828613c58858aa0a9dc17
parent bb9b4822266fffa12216b43d188bde9352ddc506
Author: uriel@soma <unknown>
Date:   Mon, 23 Feb 2009 08:23:35 +0000

Add hr abobe comments login request message.
Diffstat:
Mapps/bridge/app.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc @@ -26,7 +26,7 @@ fn bridge_init { saved_comment_text=$post_arg_comment_text } 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.' } }