]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make about page valid
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:25:42 +0000 (06:25 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:25:42 +0000 (06:25 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@369 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/about.tpl.php

index f6afdf61d17857be07cc24d584dd3bf469186ee3..7803d7f757c94b203656362b7843b39578d5b540 100644 (file)
@@ -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>