diff options
Diffstat (limited to 'template/en/default/rest.html.tmpl')
-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> |