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

View File

@@ -120,12 +120,15 @@ function update_menu() {
<input type="checkbox" name="delete_comments[]" value="<?= $comment->id ?>" />
</td>
<td>
<a href="#"><img width="40" height="40"
src="<?= $user->avatar_url(40, $theme->url("images/avatar.jpg")) ?>"
class="gAvatar" alt="<?= $comment->author_name() ?>" /></a>
<br/>
<a href="#">
<img src="<?= $user->avatar_url(40, $theme->url("images/avatar.jpg")) ?>"
class="gAvatar"
alt="<?= $comment->author_name() ?>"
width="40"
height="40" />
</a><br/>
<a href="mailto:<?= $comment->author_email() ?>"
title="<?= $comment->author_email() ?>"> <?= $comment->author_name() ?> </a>
title="<?= $comment->author_email() ?>"> <?= $comment->author_name() ?> </a>
</td>
<td>
<?= $comment->text ?>