summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 16:19:53 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 16:19:53 +0300
commit2ae691263fa17a8b2996cb2315cf152597b108ab (patch)
treea27c896e5bf0302115a9ea3a28e50c0a2073ce03 /functions.php
parent65355c846c0878055034f9d50c8974aef1f75d4c (diff)
some more button-related fixes; code cleanup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 388d71530..a5583e729 100644
--- a/functions.php
+++ b/functions.php
@@ -4834,8 +4834,8 @@
} else {
print "
<div style=\"text-align : center\">
- <input type=\"submit\" onclick=\"return window.close()\"
- value=\"".__("Close this window")."\"></div>";
+ <button onclick=\"return window.close()\">".
+ __("Close this window")."</button></div>";
print "</body></html>";
}