MDL-17698 Help files (en_utf8) do not comply with XHTML 1.0 Strict
MDL-17701 When writing a web address in plain text, it will translate it to a <a> element with the parameter "target" which is not allowed in XHTML 1.0 Strict
the string
$string['auth_pamdescription']
of the file
moodledata/lang/it_utf8/auth.php
has
target=\"_blank\"
inside.
This breaks XHTML strict.
Andreaaaa, at the end this bug will land on your desktop.
The solution, as you see, is trivial.
Ciao.
Description
the string
$string['auth_pamdescription']
of the file
moodledata/lang/it_utf8/auth.php
has
target=\"_blank\"
inside.
This breaks XHTML strict.
Andreaaaa, at the end this bug will land on your desktop.
The solution, as you see, is trivial.
Ciao.