diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-09-07 20:22:22 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-09-07 20:22:22 +0200 |
commit | 361a2f42c415c6671127a04da3f0b5270be97f4d (patch) | |
tree | af0d77f19b647a44c9ed318228d08e1ef7945213 /template/en/default/bug | |
parent | ed5059e157b43ce00f8757dfbfe42bd2fa7e964f (diff) | |
download | bugzilla-361a2f42c415c6671127a04da3f0b5270be97f4d.tar.gz bugzilla-361a2f42c415c6671127a04da3f0b5270be97f4d.tar.xz |
Bug 683623 - "Unterminated string constant" errors from people with double-quotes in their name
r=glob, a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 7b383daf5..ad84521dc 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -153,7 +153,7 @@ <span class="bz_comment_actions"> [<a class="bz_reply_link" href="#add_comment" [% IF user.settings.quote_replies.value != 'off' %] - onclick="replyToComment('[% count %]', '[% comment.id %]', '[% comment.author.name || comment.author.nick FILTER js %]'); return false;" + onclick="replyToComment('[% count %]', '[% comment.id %]', '[% comment.author.name || comment.author.nick FILTER html FILTER js %]'); return false;" [% END %] >reply</a>] <script type="text/javascript"><!-- |