mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Must include build.dtd anyplace that uses navigator.dtd for the BuildId. Bug #26798 r=jag
This commit is contained in:
parent
7662270ea6
commit
90ae3fed85
@ -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;
|
||||
]>
|
||||
|
Loading…
Reference in New Issue
Block a user