Must include build.dtd anyplace that uses navigator.dtd for the BuildId. Bug #26798 r=jag

This commit is contained in:
cls%seawood.org 2000-10-25 03:06:42 +00:00
parent 7662270ea6
commit 90ae3fed85

View File

@ -39,6 +39,8 @@ Contributor(s): ______________________________________. -->
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % buildDTD SYSTEM "chrome://global/content/build.dtd" >
%buildDTD;
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
%navigatorDTD;
]>