diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-18 01:47:29 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-18 01:47:29 -0700 |
commit | d7e6c71ede78bd0d38f14578f44a24fc00d56845 (patch) | |
tree | 7ded507bf1f46464f6c014dae9344e34085e16f8 | |
parent | 06f37b5a53c7dc9b8d79355dcc67c9d378a74cc6 (diff) |
Fix l10n messages (malformed html)
-rw-r--r-- | modules/comment/views/comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index 95f07baf..854f9554 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -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> |