HTML format cleanup

This commit is contained in:
Chad Kieffer
2009-01-10 19:13:00 +00:00
parent a2dbbf32ab
commit 82848bd3a9
4 changed files with 24 additions and 15 deletions
+5 -3
View File
@@ -5,9 +5,11 @@
<li id="gComment-<?= $comment->id ?>">
<p class="gAuthor">
<a href="#">
<img width="40" height="40"
src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"
class="gAvatar" alt="<?= $comment->author_name() ?>" />
<img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"
class="gAvatar"
alt="<?= $comment->author_name() ?>"
width="40"
height="40" />
</a>
<?= t("on {{date}} <a href=#>{{name}}</a> said",
array("date" => date("Y-M-d H:i:s", $comment->created),