mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-08 12:39:17 -04:00
HTML format cleanup
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user