diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 12:14:23 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 12:14:23 -0700 |
commit | 1d3069145273bcb3514f08fa9eee2dbf55a07b01 (patch) | |
tree | 4512f634f65aba964eb0d26f706a0ab4f71f5b3b /modules/comment | |
parent | b50d7f0d69122e15a91b9838eedeeb5c922040bb (diff) |
Add missing mark_clean() for t() calls with %attr parameter.
Diffstat (limited to 'modules/comment')
-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 b7ebdf3a..7eb34c20 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -8,7 +8,7 @@ <? if (!$comments->count()): ?> <p id="gNoCommentsYet"> <?= t("No comments yet. Be the first to <a %attrs>comment</a>!", - array("attrs" => "href=\"#add_comment_form\" class=\"showCommentForm\"")) ?> + array("attrs" => html::mark_clean("href=\"#add_comment_form\" class=\"showCommentForm\""))) ?> </p> <? endif ?> <ul> |