summaryrefslogtreecommitdiff
path: root/modules/help.php
diff options
context:
space:
mode:
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>";