summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/diff-header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/diff-header.html.tmpl')
-rw-r--r--template/en/default/attachment/diff-header.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index 8d89f532e..94d2b9541 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -39,14 +39,14 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
[% END %]
[% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer"
javascript_urls = "js/attachment.js"
- style_urls = ['skins/standard/attachment.css'] %]
+ style_urls = ['skins/standard/bug.css'] %]
[% ELSE %]
<!DOCTYPE html>
<html>
<head>
<link href="[% 'skins/standard/global.css' FILTER mtime %]"
rel="stylesheet" type="text/css">
- <link href="[% 'skins/standard/attachment.css' FILTER mtime %]"
+ <link href="[% 'skins/standard/bug.css' FILTER mtime %]"
rel="stylesheet" type="text/css">
<script src="[% 'js/attachment.js' FILTER mtime %]"
type="text/javascript"></script>