Multiple: Add IDs to form tags, remove empty action attributes.

This commit is contained in:
Nate
2020-03-05 10:02:25 -07:00
parent f8c74e6586
commit e8494facee
39 changed files with 58 additions and 54 deletions

View File

@@ -357,7 +357,7 @@
require_once "resources/header.php";
//show the content
echo "<form name='frm' id='frm' method='post' action=''>\n";
echo "<form name='frm' id='frm' method='post'>\n";
echo "<div class='action_bar' id='action_bar'>\n";
echo " <div class='heading'><b>".$text['title-device_profile']."</b></div>\n";