]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 163541: Corrects problem with previous patch that causes primary headers...
authormyk%mozilla.org <>
Thu, 22 Aug 2002 02:23:32 +0000 (02:23 +0000)
committermyk%mozilla.org <>
Thu, 22 Aug 2002 02:23:32 +0000 (02:23 +0000)
2xr=bbaetz

template/en/default/global/header.html.tmpl

index 6e7da2a168b0d2d329e954edfa00662ab46b0e06..889d63d0b30b827a41dae71f07d72a52ab6b5319 100644 (file)
@@ -53,7 +53,7 @@
   # mistakenly treats empty strings as undefined and gives h1 the
   # value of title anyway.  To get around that problem we explicitly
   # set h1's default value here only if it is undefined. %]
-[% h1 = title IF !h1.defined %]
+[% IF !h1.defined %][% h1 = title %][% END %]
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>