Commit 229f8002 authored by myk%mozilla.org's avatar myk%mozilla.org

fix for bug 263250: adds a base tag to the simple buglist so it can be loaded in…

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
parent 46d3352f
......@@ -41,6 +41,7 @@
<head>
<title>[% title %]</title>
<base href="[% Param("urlbase") %]">
<link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment