Liebe Community,
ich bin gerade dabei meinen Blog zu validieren.
Bisher habe ich alle Fehler ausbügeln können, bis auf diesen hier:
Code
[IMG]http://validator.w3.org/images/info_icons/error.png[/IMG]
[I]Line 7, Column 1053[/I]: document type does not allow element "li" here; missing one of "ul", "ol" start-tag …ecphp-6" class="widget widget_execphp"[B]>[/B]<h3>Letzte Kommentare</h3><div class="e…
Hat da irgendjemand eine Idee?
Meine Widgets lasse ich wie folgt einbinden:
PHP
if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Rechte Seite',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
Was müsste ich an dieser Stelle ändern, damit der Code valide wird?
Bin echt dankbar für jeden Tipp!