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

patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
This commit is contained in:
timeless%mozdev.org 2003-07-02 14:29:47 +00:00
Родитель e324543a75
Коммит a35730ae9a
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" > <!DOCTYPE overlay SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" >
<!-- This is the overlay that adds "XMLterm" to the (global) task menu. --> <!-- This is the overlay that adds "XMLterm" to the (global) task menu. -->

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

@ -37,7 +37,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?> <?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
<!DOCTYPE window [ <!DOCTYPE dialog [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD; %brandDTD;
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" > <!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >

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

@ -36,7 +36,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/popupManager.dtd" > <!DOCTYPE dialog SYSTEM "chrome://communicator/locale/popupManager.dtd" >
<dialog id="popupManager" <dialog id="popupManager"
buttons="accept,cancel,help" buttons="accept,cancel,help"

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

@ -37,7 +37,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?> <?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
<!DOCTYPE window [ <!DOCTYPE dialog [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD; %brandDTD;
<!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" > <!ENTITY % aboutPopupsDTD SYSTEM "chrome://communicator/locale/aboutPopups.dtd" >

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

@ -36,7 +36,7 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/popupManager.dtd" > <!DOCTYPE dialog SYSTEM "chrome://communicator/locale/popupManager.dtd" >
<dialog id="popupManager" <dialog id="popupManager"
buttons="accept,cancel,help" buttons="accept,cancel,help"

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

@ -3,7 +3,7 @@
<?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?> <?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?>
<!DOCTYPE overlay [ <!DOCTYPE dialog [
<!ENTITY % dtd1 SYSTEM "chrome://communicator/locale/pref/pref.dtd" > %dtd1; <!ENTITY % dtd1 SYSTEM "chrome://communicator/locale/pref/pref.dtd" > %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://communicator-platform/locale/pref/platformPrefOverlay.dtd" > %dtd2; <!ENTITY % dtd2 SYSTEM "chrome://communicator-platform/locale/pref/platformPrefOverlay.dtd" > %dtd2;
]> ]>