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>item</code> must contain either <code>title</code> or <code>description</code></p>

Erklärung


<p>Within each <code>item</code> element, the <code>title</code> and <code>description</code> elements are semi-optional: you can skip one or the other, but not both.</p>

Lösung


<p>Add either a <code>title</code> or a <code>description</code> for this <a href="../../docs/rss2.html#hrelementsOfLtitemgt"><code>item</code></a>.</p>