make about page valid

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@369 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-09-22 06:25:42 +00:00
parent f781b49e10
commit 1b1da05f20

View file

@ -23,7 +23,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<h3><?php echo T_('Tips'); ?></h3> <h3><?php echo T_('Tips'); ?></h3>
<ul> <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: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> <li><?php echo T_('The secret tag "system:imported" allows you to find imported bookmarks.'); ?></li>
</ul> </ul>