diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-19 20:45:02 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-19 20:45:02 +0100 |
commit | 16009fb3c4f1d83d182df252057daa4f4f8f619d (patch) | |
tree | bdf130e41e051cdbcf2f42d20f340e98ce042dcc /template | |
parent | c473640f869a5ec5e59aa9136b2f054c76a31220 (diff) | |
download | bugs-16009fb3c4f1d83d182df252057daa4f4f8f619d.tar bugs-16009fb3c4f1d83d182df252057daa4f4f8f619d.tar.gz bugs-16009fb3c4f1d83d182df252057daa4f4f8f619d.tar.bz2 bugs-16009fb3c4f1d83d182df252057daa4f4f8f619d.tar.xz bugs-16009fb3c4f1d83d182df252057daa4f4f8f619d.zip |
Bug 1134736: urlbase must be HTML-filtered in rest.html.tmpl
r/a=dkl
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/rest.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/rest.html.tmpl b/template/en/default/rest.html.tmpl index 2afd50a40..f118e5da0 100644 --- a/template/en/default/rest.html.tmpl +++ b/template/en/default/rest.html.tmpl @@ -10,7 +10,7 @@ <html> <head> <title>Bugzilla::REST::API</title> - <link href="[% urlbase FILTER none %][% 'skins/standard/global.css' FILTER mtime %]" + <link href="[% urlbase FILTER html %][% 'skins/standard/global.css' FILTER mtime %]" rel="stylesheet" type="text/css"> </head> <body> |