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

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