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><code>foo</code> claims to be base64-encoded, but isn't</p>
Erklärung
<p>content is expected to be encoded in base64 if
the "type" attribute of atom:content is a MIME media type,
but is not an XML media type, does not
begin with "text/", and does not end with "/xml" or "+xml".</p>
the "type" attribute of atom:content is a MIME media type,
but is not an XML media type, does not
begin with "text/", and does not end with "/xml" or "+xml".</p>
Lösung
<p>Encode the content in base64, or reference it indirectly via the
<code>src</code> attribute.</p>
<code>src</code> attribute.</p>
