mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 13:10:48 -04:00
Fix l10n messages (malformed html)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user