Fix l10n messages (malformed html)

This commit is contained in:
Andy Staudacher
2009-06-18 01:47:29 -07:00
parent 06f37b5a53
commit d7e6c71ede
+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>