mobile: unbreak per-feed search dialog

master
Andrew Dolgov 15 years ago
parent ebbe7e5a93
commit cb216e9d39

@ -333,7 +333,7 @@
if (!$offset) { if (!$offset) {
print "<form id=\"searchForm\" class=\"dialog\" method=\"POST\" print "<form id=\"searchForm-$feed_id-$cat_id\" class=\"dialog\" method=\"POST\"
action=\"feed.php\"> action=\"feed.php\">
<input type=\"hidden\" name=\"id\" value=\"$feed_id\"> <input type=\"hidden\" name=\"id\" value=\"$feed_id\">
@ -359,7 +359,7 @@
myBackLabel='".__("Home")."' myBackHref='home.php'>"; myBackLabel='".__("Home")."' myBackHref='home.php'>";
} }
print "<li><a href='#searchForm'>Search...</a></li>"; print "<li><a href='#searchForm-$feed_id-$cat_id'>Search...</a></li>";
} }
$num_headlines = 0; $num_headlines = 0;

Loading…
Cancel
Save