summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 06:35:13 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 06:35:13 +0100
commit0745839a9590a1efb74f4f4d1940bdb67c90cfc8 (patch)
tree88d96984ccd94106a48af81ffc639f870a98961c /tt-rss.php
parentec92c9d1461b860856a14bb7df6668a6eea60ba5 (diff)
localize help dialogs
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 972aebb67..226117ff7 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -82,7 +82,7 @@
</div>
</div>
-<div id="hotkey_help_overlay" style="display : block" onclick="Element.hide(this)">
+<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php rounded_table_start("hho"); ?>
<?php include "help/3.php" ?>
<?php rounded_table_end(); ?>