From 0eb69045b7a52fb4f8616be3ce16a98a83d35831 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 24 Nov 2014 10:32:18 +0100 Subject: Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead of real data r=dkl a=glob --- template/en/default/global/header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/header.html.tmpl') 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") %] -- cgit v1.2.3-24-g4f1b