]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1503162 - Approval request form is incomplete in some cases
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 30 Oct 2018 19:20:26 +0000 (15:20 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Tue, 30 Oct 2018 19:20:26 +0000 (15:20 -0400)
extensions/FlagTypeComment/template/en/default/flag/type_comment.html.tmpl

index 129928e5104fa484cdba7f210b752f9707857660..6c74124c461d4814213e6b4673b2d1b905b69294 100644 (file)
@@ -20,8 +20,8 @@
   #   byron jones <glob@mozilla.com>
   #%]
 
-<link rel="stylesheet" href="[% basepath FILTER none %]extensions/FlagTypeComment/web/styles/ftc.css">
-<script [% script_nonce FILTER none %] src="[% basepath FILTER none %]extensions/FlagTypeComment/web/js/ftc.js"></script>
+<link rel="stylesheet" href="[% 'extensions/FlagTypeComment/web/styles/ftc.css' FILTER version %]">
+<script [% script_nonce FILTER none %] src="[% 'extensions/FlagTypeComment/web/js/ftc.js' FILTER version %]"></script>
 
 [% IF ftc_flags.keys.size %]
   [%# plaintext templates from database %]