PHP XHTML-validation problem 3

Re: PHP XHTML-validation problem 3

by koen roggemans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Translators
It is fixed in CVS now. Help files should be able to be completely compliant, altough I missed a few things in the language files I've already converted:
eg:
-<ul> without <li> can be replaced by <blockquote>
-I've made a mistake in nested <li>. Should be
<ul>
<li>xxxxxx
<ul>
<li>xxxxxx</li>
</ul>
</li>
</ul>

I will fix the en help files, but for the other languages the remaining PHP-files have priority now.

EDIT: I just see Martin entering <div class="indent"> in stead of <blockquote>, wich is a better sollution.
Thanks