Fix html bug in l10n message

Signed-off-by:  <unostar@danalan.info>
This commit is contained in:
Andy Staudacher
2009-06-17 05:12:40 +08:00
committed by
parent 430da0d69e
commit b48c4300d4

View File

@@ -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 ?>