summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 1f0e6d4ab..972aebb67 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -82,8 +82,10 @@
</div>
</div>
-<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
+<div id="hotkey_help_overlay" style="display : block" onclick="Element.hide(this)">
+ <?php rounded_table_start("hho"); ?>
<?php include "help/3.php" ?>
+ <?php rounded_table_end(); ?>
</div>
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>