aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-09-07 14:22:22 -0400
committerDavid Lawrence <dlawrence@mozilla.com>2011-09-07 14:22:22 -0400
commit361a2f42c415c6671127a04da3f0b5270be97f4d (patch)
treeaf0d77f19b647a44c9ed318228d08e1ef7945213 /template/en
parented5059e157b43ce00f8757dfbfe42bd2fa7e964f (diff)
downloadbugs-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/en')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
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"><!--