#8185. Badly formed xul (<window>...</html:window>) caused a crash. Replaced this with <xul:window>...</xul:window>
git-svn-id: svn://10.0.0.236/trunk@35890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ea17d04d39
commit
29bee2b4eb
@ -19,7 +19,7 @@
|
||||
]>
|
||||
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Applications');" title="&window.title;">
|
||||
|
||||
@ -58,4 +58,4 @@
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
||||
</html:window>
|
||||
</xul:window>
|
||||
@ -19,7 +19,7 @@
|
||||
]>
|
||||
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="return StartUp('Applications');" title="&window.title;">
|
||||
|
||||
@ -58,4 +58,4 @@
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
||||
</html:window>
|
||||
</xul:window>
|
||||
Loading…
x
Reference in New Issue
Block a user