]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for bug 263250: adds a base tag to the simple buglist so it can be loaded in...
authormyk%mozilla.org <>
Fri, 22 Oct 2004 02:13:28 +0000 (02:13 +0000)
committermyk%mozilla.org <>
Fri, 22 Oct 2004 02:13:28 +0000 (02:13 +0000)
template/en/default/list/list-simple.html.tmpl

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