Page 1 of 1

"Input" tag no closed in FEU loginbox

Posted: Mon Aug 04, 2008 4:25 pm
by jwaldeck
Hi all!

Regarding the FEU login box, the "input" tag for the button is not closed in the core, which causes an "validity error" regarding W3C standards. Sorry if this issue was already addressed before, couldn't find anything in the forum...

MY CMSMS version: 1.3.1 "Havana"

Code below:

Code: Select all

<input type="submit" class="button" name="m3submit" value="Login">
Correct code would be:

Code: Select all

<input type="submit" class="botao" name="m3submit" value="Login" />
Does anyone know where I can correct this, including a "/" before the final ">"? Already tried to find in "function.user_loginform.php" but since this page is very dynamic, o wasn't able to find it there.

Tks in advance for your help!
jw