Further HTML5-fication, plus fix some case consistency mismatches.

This commit is contained in:
Uriel 2009-07-28 20:49:53 +02:00
parent 8a30cf0b68
commit f6faca3ea9
6 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
<hr />
<hr>
<h2>Comments</h2>
% for(c in `{ls $comments_dir/}) {
@ -6,8 +6,8 @@
<div class="comment">
<h5>By: <i>%(`{cat $c/user}%)</i></b> (%(`{cat $c/posted}%))
</h5>
% cat $c/body | escape_html | sed 's,$,<br />,'
<hr /></div>
% cat $c/body | escape_html | sed 's,$,<br>,'
<hr></div>
% }
% }