Fixed an entity reference

git-svn-id: svn://10.0.0.236/trunk@34308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com 1999-06-08 23:19:07 +00:00
parent 25463565c0
commit 69ecff015f
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<!DOCTYPE window [
<!ENTITY title.label "Fonts">
<!ENTITY window.title "Fonts">
<!ENTITY header "Fonts">
<!ENTITY encod.select "For the Encoding:">
<!ENTITY encod1.option "Western">
@ -23,7 +23,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Fonts');" title="&title.label;">
onload="StartUp('Fonts')" title="&window.title;">
<html:script language="javascript" src="PrefsWindow.js"/>

View File

@ -5,7 +5,7 @@
<!DOCTYPE window [
<!ENTITY title.label "Fonts">
<!ENTITY window.title "Fonts">
<!ENTITY header "Fonts">
<!ENTITY encod.select "For the Encoding:">
<!ENTITY encod1.option "Western">
@ -23,7 +23,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Fonts');" title="&title.label;">
onload="StartUp('Fonts')" title="&window.title;">
<html:script language="javascript" src="PrefsWindow.js"/>