Fixed an entity reference
git-svn-id: svn://10.0.0.236/trunk@34308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
25463565c0
commit
69ecff015f
@ -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"/>
|
||||
|
||||
|
||||
@ -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"/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user