Fix for bookmark properties come up blank (bug #4678). Approved by cyeh and chofmann.
git-svn-id: svn://10.0.0.236/trunk@26756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
<xul:window
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.w3.org/TR/REC-html40"
|
||||
onload="onLoad();">
|
||||
|
||||
@@ -58,7 +57,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<html:form>
|
||||
<table><tr><td>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -95,5 +93,4 @@
|
||||
<input type="button" value="Cancel" onclick="return cancel();"/>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
</html:form>
|
||||
</xul:window>
|
||||
|
||||
Reference in New Issue
Block a user