diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-01 20:17:57 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-01 20:17:57 -0700 |
commit | 2ec11c5c4da1eb1d45b192d2df9c1a08c71d7362 (patch) | |
tree | 6b7f2e711719ebb9c8d8ff6c5ba1e9c2cbb79ec9 /modules/comment | |
parent | 03c5c117759aca8a3d898c6c4f03da6ddf67e81d (diff) | |
parent | 95ea310aff41f7c16b0a48ec35a5f47c32a4d801 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
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> |