Remove some debug code, and fix a silly bug.
This commit is contained in:
parent
954d1c773d
commit
76bd359a11
1 changed files with 4 additions and 5 deletions
|
|
@ -2,15 +2,14 @@
|
||||||
% if(test -d $cdir) {
|
% if(test -d $cdir) {
|
||||||
<hr /><h2>Comments</h2>
|
<hr /><h2>Comments</h2>
|
||||||
% for(c in `{ls $cdir/}) {
|
% 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 />,'
|
% cat $c/body | escape_html | sed 's,$,<br />,'
|
||||||
<hr /></div>
|
<hr /></div>
|
||||||
% }
|
% }
|
||||||
% }
|
% }
|
||||||
|
|
||||||
% get_post_args action
|
|
||||||
% dprint XXX $"action
|
|
||||||
|
|
||||||
<hr /><hr />
|
<hr /><hr />
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
% if(! check_user) {
|
% if(! check_user) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue