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

This commit is contained in:
myk%mozilla.org 2004-10-21 19:13:28 +00:00
Родитель 8720c6dc1a
Коммит 290d785b19
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,7 @@
<head>
<title>[% title %]</title>
<base href="[% Param("urlbase") %]">
<link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>