Bug 169593 "Mozilla" hard-coded in about.xhtml (about:) - use &brandShortName;

patch by riceman+bmo@mail.rit.edu r=timeless sr=darin a=dbaron


git-svn-id: svn://10.0.0.236/trunk@132433 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2002-10-24 02:52:01 +00:00
parent d037648b47
commit c16e41abd4

View File

@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
<!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
%brandDTD;
%regionDTD;
]>
<!--
- The contents of this file are subject to the Netscape Public
@ -62,13 +67,13 @@ h1 {
<tr>
<td>
<a href="http://www.mozilla.org/">
<img src="chrome://global/content/logo.gif" alt="Mozilla" width="200" height="200" /></a>
<a href="&vendorURL;">
<img src="chrome://global/content/logo.gif" alt="&brandShortName;" width="200" height="200" /></a>
</td>
<td id="mozver">
<h1>
<a id="mozlink" href="http://www.mozilla.org/releases/">Mozilla </a>
<a id="mozlink" href="&releaseURL;">&brandShortName; </a>
</h1>
<script type="application/x-javascript">
// using try..catch to handle empty useragents and other cases where the regex fails to apply