diff options
author | jhilden <jakobhilden@gmail.com> | 2009-06-16 22:39:08 -0400 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-06-16 22:39:08 -0400 |
commit | a5b314e7e63a67c347bd595f77a114dab5341432 (patch) | |
tree | 11a107e8c2ee60da1003057e373eb5af9def54d1 /modules/comment | |
parent | 0054caa9a8b0984ad8fdce002ad2947c5d75cd06 (diff) | |
parent | 7ad5e9ee2c6c912932e8c38c992c9b1194c9107a (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/views/admin_block_recent_comments.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/views/admin_block_recent_comments.html.php b/modules/comment/views/admin_block_recent_comments.html.php index 8b9634c5..edaa19ae 100644 --- a/modules/comment/views/admin_block_recent_comments.html.php +++ b/modules/comment/views/admin_block_recent_comments.html.php @@ -8,8 +8,8 @@ width="32" height="32" /> <?= gallery::date_time($comment->created) ?> - <?= t("<a href=#>%author_name</a> said <em>%comment_text</em>", - array("author_name" => p::clean($comment->author_name()), + <?= t('<a href="#">%author_name</a> said <em>%comment_text</em>', + array("author_name" => p::clean($comment->author_name()), "comment_text" => text::limit_words(p::clean($comment->text), 50))); ?> </li> <? endforeach ?> |