version 1.3 caused this dialog to come up blank! Backing out, filed bug 9313 to track getting the right fix in

This commit is contained in:
akkana%netscape.com 1999-07-06 22:44:49 +00:00
Родитель df4a9bb7f8
Коммит c4851bb0bc
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@
<xul:window width="320" height="255" title="Insert HTML"
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.w3.org/TR/REC-html40"
onload = "Startup()" align="vertical" flex="100%">
onload = "Startup()">
<!-- Methods common to all editor dialogs -->
<script language="JavaScript" src="chrome://editordlgs/content/EdDialogCommon.js">
@ -15,7 +15,7 @@
</script>
<xul:broadcaster id="args" value=""/>
<div flex="100%>
<table>
<tr>
<td>
@ -35,5 +35,4 @@
</td>
</tr>
</table>
</div>
</xul:window>