Fix for bug 163541: Corrects problem with previous patch that causes primary headers not to appear on some installations.

2xr=bbaetz


git-svn-id: svn://10.0.0.236/trunk@127784 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org 2002-08-21 19:23:32 +00:00
parent 0a97481d49
commit 7de88b366c

View 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>