1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 02:01:28 +00:00

fix form autosubmit problem

This commit is contained in:
Andrew Dolgov
2007-03-02 21:58:29 +01:00
parent d95bd22032
commit e6312f6c97
7 changed files with 12 additions and 12 deletions

View File

@@ -146,7 +146,7 @@
print "<div class=\"infoBoxContents\">";
print "<form id=\"edit_feed_form\">";
print "<form id=\"edit_feed_form\" onsubmit=\"return false\">";
print "<input type=\"hidden\" name=\"id\" value=\"$feed_id\">";
print "<input type=\"hidden\" name=\"op\" value=\"pref-feeds\">";
@@ -614,7 +614,7 @@
print "<div class=\"prefFeedCatHolder\">";
print "<form id=\"feed_cat_edit_form\">";
print "<form id=\"feed_cat_edit_form\" onsubmit=\"return false\">";
print "<table width=\"100%\" class=\"prefFeedCatList\"
cellspacing=\"0\" id=\"prefFeedCatList\">";