Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)

patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=varga
This commit is contained in:
timeless%mozdev.org 2003-07-03 08:44:33 +00:00
parent c93f000588
commit 2349068360
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://sql/locale/aliasDialog.dtd">
<!DOCTYPE dialog SYSTEM "chrome://sql/locale/aliasDialog.dtd">
<dialog id="aliasDialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

View File

@ -2,7 +2,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://sql/locale/pref-sql.dtd">
<!DOCTYPE page SYSTEM "chrome://sql/locale/pref-sql.dtd">
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
headertitle="&header.label;"

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://sql/locale/sqlPrefsOverlay.dtd">
<!DOCTYPE overlay SYSTEM "chrome://sql/locale/sqlPrefsOverlay.dtd">
<overlay id="sqlPrefsOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">