diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-09-07 14:22:22 -0400 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-09-07 14:22:22 -0400 |
commit | 361a2f42c415c6671127a04da3f0b5270be97f4d (patch) | |
tree | af0d77f19b647a44c9ed318228d08e1ef7945213 /template | |
parent | ed5059e157b43ce00f8757dfbfe42bd2fa7e964f (diff) | |
download | bugs-361a2f42c415c6671127a04da3f0b5270be97f4d.tar bugs-361a2f42c415c6671127a04da3f0b5270be97f4d.tar.gz bugs-361a2f42c415c6671127a04da3f0b5270be97f4d.tar.bz2 bugs-361a2f42c415c6671127a04da3f0b5270be97f4d.tar.xz bugs-361a2f42c415c6671127a04da3f0b5270be97f4d.zip |
Bug 683623 - "Unterminated string constant" errors from people with double-quotes in their name
r=glob, a=LpSolit
Diffstat (limited to 'template')
-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"><!-- |