Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Status dieser Fehlermeldung: Noch nicht übersetzt
Meldung
<p>type <code>foo/bar</code> used for a document fragment</p>
Erklärung
<p>The Mime type specified is meant to describe a complete document,
(i.e., including a beginning <code><html></code> tag).</p>
(i.e., including a beginning <code><html></code> tag).</p>
Lösung
<p>Change the type to <code>html</code> or <code>xhtml</code> as
appropriate. These types are meant to indicate that the content is
a document fragment, more specifically, content that
one could validly appear directly inside an html <code>div</code>
element.</p>
appropriate. These types are meant to indicate that the content is
a document fragment, more specifically, content that
one could validly appear directly inside an html <code>div</code>
element.</p>
