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!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p><code>foo</code> is not a valid MIME type</p>

Erklärung


<p>This attribute is not a valid MIME type.</p>

Lösung


<p>Valid MIME types are specified in <a href="http://www.faqs.org/rfcs/rfc2046.html">RFC 2046</a>.</p>

<p>Examples of valid MIME types:</p>

<p><samp>application/xhtml+html</samp><br />
<samp>text/html</samp><br />
<samp>text/plain</samp></p>

<p>Examples of <em>invalid</em> MIME types:</p>

<p><samp>HTML</samp><br />
<samp>text</samp><br />
<samp>some stuff I threw together last night</samp></p>