diff options
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index c224a4e45..d0a3abb5b 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -10,7 +10,7 @@ [%# this div exists to allow bugzilla-tweaks to detect when we're active %] <div id="inline-history-ext"></div> -<script> +<script [% script_nonce FILTER none %]> var ih_activity = new Array(); var ih_activity_flags = new Array(); var ih_activity_sort_order = '[% user.settings.comment_sort_order.value FILTER js %]'; |