]> git.mxchange.org Git - friendica.git/commitdiff
?f did not have = after it
authorFriendika <info@friendika.com>
Mon, 3 Oct 2011 08:58:01 +0000 (01:58 -0700)
committerFriendika <info@friendika.com>
Mon, 3 Oct 2011 08:58:01 +0000 (01:58 -0700)
mod/search.php

index 396b50738efd0869adbf42fea044cb6a6d800e8e..034794e179db10d2137967a270fdf3778647ad28 100644 (file)
@@ -13,7 +13,7 @@ function search_saved_searches() {
                $o .= '<h3>' . t('Saved Searches') . '</h3>' . "\r\n";
                $o .= '<ul id="saved-search-ul">' . "\r\n";
                foreach($r as $rr) {
-                       $o .= '<li class="saved-search-li clear"><a href="search/?f=&remove=1&search=' . $rr['term'] . '" class="icon drophide savedsearchdrop" title="' . t('Remove term') . '" onclick="return confirmDelete();" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a> <a href="search/?f&search=' . $rr['term'] . '" class="savedsearchterm" >' . $rr['term'] . '</a></li>' . "\r\n";
+                       $o .= '<li class="saved-search-li clear"><a href="search/?f=&remove=1&search=' . $rr['term'] . '" class="icon drophide savedsearchdrop" title="' . t('Remove term') . '" onclick="return confirmDelete();" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a> <a href="search/?f=&search=' . $rr['term'] . '" class="savedsearchterm" >' . $rr['term'] . '</a></li>' . "\r\n";
                }
                $o .= '</ul></div>' . "\r\n";
        }