fix: don't show user password
This commit is contained in:
parent
c3d9d4493e
commit
223696b019
|
@ -4,8 +4,12 @@
|
|||
% for(c in `{ls $comments_dir/}) {
|
||||
% if(test -s $c/body) {
|
||||
<div class="comment">
|
||||
<h5>By: <i>%(`{cat $c/user}%)</i></b> (%(`{cat $c/posted}%))
|
||||
</h5>
|
||||
<h5>By:
|
||||
<b><i>%
|
||||
(`{cat $c/user | sed 's/:.*//g'}%)
|
||||
</i></b>
|
||||
(%(`{cat $c/posted}%))
|
||||
</h5>
|
||||
% cat $c/body | escape_html | sed 's,$,<br>,'
|
||||
<hr></div>
|
||||
% }
|
||||
|
|
Loading…
Reference in New Issue
Block a user