]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 683623 - "Unterminated string constant" errors from people with double-quotes...
authorDavid Lawrence <dlawrence@mozilla.com>
Wed, 7 Sep 2011 18:22:22 +0000 (14:22 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Wed, 7 Sep 2011 18:22:22 +0000 (14:22 -0400)
r=glob, a=LpSolit

template/en/default/bug/comments.html.tmpl

index 7b383daf5ac2e7927b5ac3e0b7a5b9c8ec47db12..ad84521dcdcc634c0291cf5fe816a81f66749245 100644 (file)
           <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"><!--