зеркало из https://github.com/mozilla/gecko-dev.git
fix doctype bug
This commit is contained in:
Родитель
d3f2116dfc
Коммит
7cc7de29e8
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче