diff options
author | myk%mozilla.org <> | 2004-10-22 04:13:28 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2004-10-22 04:13:28 +0200 |
commit | 229f800225dbbb46d0e203472858e69d18d30500 (patch) | |
tree | 63f3d356dea6914201beadd37ed8fd1f2f9c0ba7 /template/en/default/list | |
parent | 46d3352f25b0000141d02696b61e29ee92f2db36 (diff) | |
download | bugzilla-229f800225dbbb46d0e203472858e69d18d30500.tar.gz bugzilla-229f800225dbbb46d0e203472858e69d18d30500.tar.xz |
fix for bug 263250: adds a base tag to the simple buglist so it can be loaded in an iframe on a remote site and have the CSS still work
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list-simple.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl index c7cd2a490..9cdc1bed9 100644 --- a/template/en/default/list/list-simple.html.tmpl +++ b/template/en/default/list/list-simple.html.tmpl @@ -41,6 +41,7 @@ <head> <title>[% title %]</title> + <base href="[% Param("urlbase") %]"> <link href="skins/standard/buglist.css" rel="stylesheet" type="text/css"> </head> |