diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-18 16:47:29 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-18 23:23:58 +0800 |
commit | f75f7af88eccd7e059947f6cbd9af325dad8c6f8 (patch) | |
tree | 68ba71dd4af16c83cbe5d3c3c0097b96323102d9 | |
parent | 4ec997ee74ab9ad505250a4fd677954cf4cd3142 (diff) |
Fix l10n messages (malformed html)
Signed-off-by: <unostar@danalan.info>
-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> |