swerc

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

commit 6ce92608a9de5dfe6742112da11a025543ef1a1f
parent ba142d5fb9a1df13ec866aa31a95dd28a9342d56
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Sun, 11 Jan 2009 19:52:48 +0100

Remove some debug code, and fix a silly bug.
Diffstat:
Mapps/bridge/foot.tpl | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl @@ -2,15 +2,14 @@ % if(test -d $cdir) { <hr /><h2>Comments</h2> % for(c in `{ls $cdir/}) { - <div>By: '`{cat $c/user} '<br /> -% cat $c/body | escape_html | sed 's,$,<br />,' + <div>By: +% cat $c/user + <br /> +% cat $c/body | escape_html | sed 's,$,<br />,' <hr /></div> % } % } -% get_post_args action -% dprint XXX $"action - <hr /><hr /> <form action="" method="post"> % if(! check_user) {