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>Missing content attribute: type</p>

Erklärung


<p>If the "src" attribute is present, the "type" attribute SHOULD be
provided and MUST be a MIME media type, rather than "text",
"html", or "xhtml".  The value is advisory; that is to say, when the
corresponding URI (mapped from an IRI, if necessary), is
dereferenced, if the server providing that content also provides a
media type, the server-provided media type is authoritative.</p>

Lösung


<p>This may just be a typo.  Element names are case-sensitive; make sure you're using the right case.</p>
<p>Otherwise, insert the media type (example: <code>audio/mpeg</code>) of the
content as the value of the type attribute.</p>