diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/reports/duplicates-simple.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index 62795af1a..a08522790 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -39,6 +39,10 @@ <head> <title>[% title FILTER html %]</title> + <link href="[% 'skins/standard/global.css' FILTER mtime %]" + rel="stylesheet" type="text/css"> + <link href="[% 'skins/standard/duplicates.css' FILTER mtime %]" + rel="stylesheet" type="text/css"> </head> <body> |