This commit is contained in:
brade%netscape.com 2000-05-09 22:07:33 +00:00
Родитель d3f2116dfc
Коммит 7cc7de29e8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1152,7 +1152,7 @@ function EditorSetDefaultPrefs()
domdoc.insertBefore(newdoctype, domdoc.firstChild);
}
else
dump("doctype not added");
domdoc.insertBefore(newdoctype, domdoc.doctype);
// search for head; we'll need this for meta tag additions
var headelement = 0;