Remove some debug code, and fix a silly bug.

This commit is contained in:
Uriel 2009-01-11 19:52:48 +01:00
parent 954d1c773d
commit 76bd359a11

View file

@ -2,15 +2,14 @@
% if(test -d $cdir) {
<hr /><h2>Comments</h2>
% for(c in `{ls $cdir/}) {
<div>By: '`{cat $c/user} '<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) {