"Input" tag no closed in FEU loginbox

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
jwaldeck

"Input" tag no closed in FEU loginbox

Post 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
Locked

Return to “[locked] Quality Assurance”