summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 21:58:29 +0100
commite6312f6c977eb1a9572f12ed3868055b3a79cdfc (patch)
tree831279354f1887d69398ce0437c387b92e20098f /modules/pref-feeds.php
parentd95bd220320efac33a699ea8c5c32e2f4fd51e40 (diff)
fix form autosubmit problem
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index b4c1069fe..0797b2bbd 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -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\">";