1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:45:58 +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

@@ -227,7 +227,7 @@
print "</form>";
print "<form action=\"backend.php\" method=\"POST\"
print "<form onsubmit=\"return false\"
name=\"change_pass_form\" id=\"change_pass_form\">";
print "<table width=\"100%\" class=\"prefPrefsList\">";