summaryrefslogtreecommitdiff
path: root/modules/help.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
commitf88c78147edb6449f291f47273b2e78ed528a1ab (patch)
tree03444885a654f3b8b17f92f59c9ddd28c096565f /modules/help.php
parent27179741c1d91427700270effceb96bd6c1852d9 (diff)
code cleanup; initial button usage
Diffstat (limited to 'modules/help.php')
-rw-r--r--modules/help.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/help.php b/modules/help.php
index 64ec087bb..716a756dc 100644
--- a/modules/help.php
+++ b/modules/help.php
@@ -17,9 +17,8 @@
print "<p>".__("Help topic not found.")."</p>";
}
print "<div align='center'>
- <input type='submit' class='button'
- onclick=\"javascript:window.close()\"
- value=\"".__('Close this window')."\"></div>";
+ <button onclick=\"javascript:window.close()\">".
+ __('Close this window')."</button></div>";
if (!$_REQUEST["noheaders"]) {
print "</body></html>";