summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-11-24 10:32:18 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-11-24 10:32:18 +0100
commit0eb69045b7a52fb4f8616be3ce16a98a83d35831 (patch)
tree94dc07ba96d46350e8069beac466dc4aa93b94e4 /template/en/default/global
parent8155a9389a4ab33f694fac5e08c6992ab89deac8 (diff)
downloadbugzilla-0eb69045b7a52fb4f8616be3ce16a98a83d35831.tar.gz
bugzilla-0eb69045b7a52fb4f8616be3ce16a98a83d35831.tar.xz
Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead of real data
r=dkl a=glob
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index dd1923f29..5c731c008 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -82,7 +82,7 @@
"js/jquery/ui/jquery-ui-structure-min.css",
"js/jquery/ui/jquery-ui-theme-min.css",
] %]
-[% undef = style_urls.import(jquery_css, jq_css_urls) %]
+[% style_urls.import(jquery_css, jq_css_urls) FILTER null %]
[%# Add jQuery cookie support %]
[% jquery.push("cookie") %]