Fix l10n messages (malformed html)

Signed-off-by:  <unostar@danalan.info>
This commit is contained in:
Andy Staudacher
2009-06-18 23:23:58 +08:00
committed by
parent 4ec997ee74
commit f75f7af88e
+1 -1
View File
@@ -16,7 +16,7 @@
width="40"
height="40" />
</a>
<?= t("on %date <a href=#>%name</a> said",
<?= t('on %date <a href="#">%name</a> said',
array("date" => date("Y-M-d H:i:s", $comment->created),
"name" => p::clean($comment->author_name()))); ?>
</p>