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> should not contain <code>script</code> tag</p>

Erklärung


<p>Some RSS elements are allowed to contain HTML.  However, some HTML tags, like <code>script</code>, are potentially dangerous and could cause unwanted side effects in browser-based news aggregators.  In a perfect world, these dangerous tags would be stripped out on the client side, but it's not a perfect world, so you should make sure to strip them out yourself.</p>

<p>The validator will flag any element that contains any of these HTML tags:</p>

<p><code>script</code></p>

<p><code>meta</code></p>

<p><code>embed</code></p>

<p><code>object</code></p>

Lösung


<p>Remove the offending HTML tags.</p>