mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fix bug 11548
This commit is contained in:
parent
f673bdb804
commit
c050fc662b
@ -501,9 +501,9 @@
|
||||
"<hr/>" +
|
||||
"<form name=button>" +
|
||||
"<div align='right'>" +
|
||||
"<button onclick='parent.generateOutput(this.value);'>OK</button>" +
|
||||
"<button value='OK' onclick='parent.generateOutput(this.value);'>OK</button>" +
|
||||
" " +
|
||||
"<button onclick='parent.generateOutput(this.value);'>Cancel</button>" +
|
||||
"<button value='Cancel' onclick='parent.generateOutput(this.value);'>Cancel</button>" +
|
||||
"</div>" +
|
||||
"</form>" +
|
||||
"</body>"
|
||||
|
Loading…
Reference in New Issue
Block a user