shithub: werc

Download patch

ref: c7e45ac9724b142a9ca585aeef93e34a2e2fa9f1
parent: c359359a807683348fb69c81ad3e78bf98b387af
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jan 11 14:52:48 EST 2009

Remove some debug code, and fix a silly bug.

--- a/apps/bridge/foot.tpl
+++ b/apps/bridge/foot.tpl
@@ -2,14 +2,13 @@
 % 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">