diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:25:42 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:25:42 +0000 |
commit | 1b1da05f20a7e842dcad4b550ed8bb8438e25741 (patch) | |
tree | fd5ec9df829f4e4d77f823fcf4eb6c7b815ea7c7 /templates | |
parent | f781b49e10e3e4dfeaedfef5d057662540cb4278 (diff) | |
download | semanticscuttle-1b1da05f20a7e842dcad4b550ed8bb8438e25741.tar.gz semanticscuttle-1b1da05f20a7e842dcad4b550ed8bb8438e25741.tar.bz2 |
make about page valid
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@369 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index f6afdf6..7803d7f 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -23,7 +23,7 @@ $this->includeTemplate($GLOBALS['top_include']); <h3><?php echo T_('Tips'); ?></h3> <ul> -<li><?php echo T_('Add search plugin into your browser:'); ?> <a href="" onclick="window.external.AddSearchProvider('<?php echo ROOT?>api/opensearch.php');">opensearch</a></li> +<li><?php echo T_('Add search plugin into your browser:'); ?> <a href="#" onclick="window.external.AddSearchProvider('<?php echo ROOT?>api/opensearch.php');">opensearch</a></li> <li><?php echo T_('The secret tag "system:unfiled" allows you to find bookmarks without tags.'); ?></li> <li><?php echo T_('The secret tag "system:imported" allows you to find imported bookmarks.'); ?></li> </ul> |