mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix nesting of html tags
This commit is contained in:
parent
6de7764fc0
commit
08291209fe
|
@ -187,8 +187,8 @@ function checkForm()
|
|||
print "<input type=\"hidden\" name=\"action\" value=\"delaccess\">\n";
|
||||
print "<input type=\"hidden\" name=\"userid\" value=\"".$userObj->getID()."\">\n";
|
||||
print "<button type=\"submit\" class=\"btn btn-mini\"><i class=\"icon-remove\"></i> ".getMLText("delete")."</button>";
|
||||
print "</form>\n";
|
||||
print "<span></td>\n";
|
||||
print "</form>\n";
|
||||
print "</tr>\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user