From 03c85287139860563b219ea85eb0583e7d40158b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 26 Sep 2014 01:39:39 +0800 Subject: Bug 1072110: _concatenate_js assumes javascript_urls is an array r=dkl,a=glob --- template/en/default/attachment/diff-header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/attachment/diff-header.html.tmpl') diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 94d2b9541..3d491fa4e 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -38,7 +38,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% bugsummary FILTER html %] [% END %] [% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer" - javascript_urls = "js/attachment.js" + javascript_urls = [ "js/attachment.js" ] style_urls = ['skins/standard/bug.css'] %] [% ELSE %] -- cgit v1.2.3-24-g4f1b