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> should not contain HTML</p>
Erklärung
<p>This value appears to contain HTML markup. Be advised that clients
will behave unpredictably in the presence of such markup: some will
interpret it as HTML, others will strip it, and still others will
display the markup itself.</p>
will behave unpredictably in the presence of such markup: some will
interpret it as HTML, others will strip it, and still others will
display the markup itself.</p>
Lösung
<p>Consider removing the markup.</p>
<p>If the purpose of the markup is to escape the use of an HTML entity, use
<a href="http://www.w3schools.com/tags/ref_entities.asp">this table</a>
to find the Entity Number to replace the escaped version of the Entity Name.
For example:</p>
<blockquote><code>&amp;copy;</code></blockquote>
<p>becomes:</p>
<blockquote><code>&#169;</code></blockquote>
<p>If the purpose of the markup is to escape the use of an HTML entity, use
<a href="http://www.w3schools.com/tags/ref_entities.asp">this table</a>
to find the Entity Number to replace the escaped version of the Entity Name.
For example:</p>
<blockquote><code>&amp;copy;</code></blockquote>
<p>becomes:</p>
<blockquote><code>&#169;</code></blockquote>
