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

2xr=bbaetz
This commit is contained in:
myk%mozilla.org 2002-08-21 19:23:32 +00:00
Родитель 14fb0e57a2
Коммит 2d5e472506
1 изменённых файлов: 1 добавлений и 1 удалений

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

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