remove need for dup navigator.dtd files in mozilla/commercial trees

This commit is contained in:
ben%netscape.com 2006-09-14 05:49:43 +00:00
Родитель 52024126c3
Коммит 8ccdcce496
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -29,7 +29,12 @@ Contributor(s): ______________________________________. -->
<?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
<?xul-overlay href="chrome://navigator/content/NavSecurityOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://navigator/locale/navigator.dtd" >
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
%navigatorDTD;
]>
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

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

@ -22,7 +22,12 @@ Contributor(s): ______________________________________. -->
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://global/content/charsetOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://navigator/locale/navigator.dtd" >
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
%navigatorDTD;
]>
<overlay id="navigatorOverlay"
xmlns:html="http://www.w3.org/TR/REC-html40"