Fix html bug in l10n message

Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
This commit is contained in:
Andy Staudacher
2009-06-17 06:19:09 +08:00
committed by Tim Almdal
parent c2880f2f77
commit 4fd4793471
@@ -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 ?>