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:
@@ -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\">";
|
||||
|
||||
Reference in New Issue
Block a user