Skip to content
Snippets Groups Projects
Commit 8a94686b authored by Aldo "xoen" Giambelluca's avatar Aldo "xoen" Giambelluca
Browse files

Fixed some validation error in /settings

* Form action not specified
* An input field was not closed
* Made an input field child of a div
parent 1d01d542
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ changepassset=function(){
}
}
</script>
<form method="post" enctype="multipart/form-data">
<input type='hidden' name='config' value='1'>
<form method="post" enctype="multipart/form-data" action="#">
<div><input type='hidden' name='config' value='1' /></div>
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
<?php
if(!empty($CONFIG_ERROR) and !$FIRSTRUN){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment