Quote:
Originally Posted by stwan
Not valid xhtml in version 3.1.4.
PHP Code:
$vsasfm_table .= '<div class="subforums" style="width:100%;">'.$vsasfm_subforumstitle.'<ol class="subforumlist commalist" style="width:100%;">';
replace:
PHP Code:
$vsasfm_table .= '<div class="subforums" style="width:100%;">'.$vsasfm_subforumstitle.'<ol class="subforumlist commalist" style="width:100%;"><li>';
and
PHP Code:
$vsasfm_table .= '</ol></div>';
replace:
PHP Code:
$vsasfm_table .= '</li></ol></div>';
|
This fix might fix the validation error but it messes up the alignment and causes wrapping on long forum titles.