[CODE<ul>
<?php wp_list_pages('title_li='); ?>
</ul>[/CODE]
Das <br /> hatte sich eingeschlichen da er es mir so korrekt angezeigt hatte, daher hatte ich es drin gelassen :-)
--------
Aber ich habe gerade die 'Fehlerquelle' Gefunden.
Adminmenü - Links - Link Categories
Dort steht wie die ausgegebenen Links im Sidebar formatiert sein sollen.
Formatting (Formatierung)
Before (Vor): <li>
Between (Mitte): <br />
After (Nach): </li>
Auch wenn ich das so nicht verstehe da das doch eigentlich invalider Code sein müsste da die Aufzählungsöffung fehlt.
Habe jetzt Before und After gelöscht und siehe da, Fehler sind verschwunden. Jetzt muss ich nur noch ein paar div-elemente korrigieren und es ist perfekt.
-------------
<form style="padding: 0px; margin-top: 0px; margin-bottom: 0px;" id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<div class="title">Search:</div>
<p style="padding: 0px; margin-top: 0px; margin-bottom: 0px;">
<input type="text" class="input" name="s" id="search" size="15" />
<input name="submit" type="submit" tabindex="5" value="<?php _e('GO'); ?>" />
</p>
</form>
value="<?php _e('GO'); ?> Das soll das Problemkind sein -.-
Error Line 47, column 219: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag .
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Grüße
Sascha