Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
git-svn-id: svn://10.0.0.236/trunk@228508 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2c5133d6f6
commit
308e4630c9
@ -22,7 +22,7 @@
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" >
|
||||
<!DOCTYPE page SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" >
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug.xul');"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug1.dtd" >
|
||||
<!DOCTYPE page SYSTEM "chrome://communicator/locale/pref/pref-debug1.dtd" >
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug1.xul');"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug2.dtd" >
|
||||
<!DOCTYPE page SYSTEM "chrome://communicator/locale/pref/pref-debug2.dtd" >
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug2.xul');"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user