Bin neu hier in Forum, aber nicht neu im coden

Also erstmal hallo in die Runde.
Nun habe ich meinen Blog wieder aktualisiert (WP 2.6) und mir ist ein Fehler in der media.php aufgefallen.
Mitten im body-
tag wird da ein
stylesheet ausgegeben
PHP-Code:
$output = apply_filters('gallery_style', "
<style type='text/css'>
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: {$itemwidth}%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
</style>
<!-- see gallery_shortcode() in wp-includes/media.php -->
<div class='gallery'>");
Das führt dann natürlich zu einem Validierungsfehler...
Code:
Line 147, Column 24: document type does not allow element "style" here.
Wieso kann ich dazu keine Beiträge im Forum oder Google finden? Ist das noch niemandem aufgefallen? Es tritt im Zusammenhang mit der integrierten Galerie-Funktion auf.