Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=brade git-svn-id: svn://10.0.0.236/trunk@144379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorImageMap.dtd">
|
||||
<!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorImageMap.dtd">
|
||||
|
||||
<!-- dialog containing a control requiring initial setup -->
|
||||
<dialog title="&windowTitle.label;"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorInsertTOC.dtd">
|
||||
<!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorInsertTOC.dtd">
|
||||
|
||||
<dialog title="&Window.title;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
||||
@@ -27,7 +27,7 @@ Contributor(s):
|
||||
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorReplace.dtd">
|
||||
<!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorReplace.dtd">
|
||||
|
||||
<dialog id="replaceDlg" title="&replaceDialog.title;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
||||
Reference in New Issue
Block a user