#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:
mcmullen%netscape.com 1999-06-19 01:00:05 +00:00
parent ea17d04d39
commit 29bee2b4eb
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>