Add missing mark_clean() for t() calls with %attr parameter.

This commit is contained in:
Andy Staudacher
2009-09-01 12:14:23 -07:00
parent b50d7f0d69
commit 1d30691452
3 changed files with 3 additions and 3 deletions

View File

@@ -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>