diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 19:13:00 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 19:13:00 +0000 |
| commit | 82848bd3a92c4d58f4f7d1a99fb5257b3d242920 (patch) | |
| tree | 2eccb7c3c6b7e551eb15189db1ecf9d9b8f5c065 /modules/comment/views/comment.html.php | |
| parent | a2dbbf32abd793a0dffc20e71e558b5abdd81bec (diff) | |
HTML format cleanup
Diffstat (limited to 'modules/comment/views/comment.html.php')
| -rw-r--r-- | modules/comment/views/comment.html.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 1e502de9..1a674142 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -2,9 +2,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("Y-M-d H:i:s", $comment->created) ?> <a href="#"><?= $comment->author_name() ?></a> <?= t("said") ?> |
