Type attribute when summary contains HTML content
Brought to you by:
papit01
approx line 1201
if ($this->items[$i]->description!="") {
// Oscar Merida <oscarAToscarmDOTorg> - if description containst HTML
// need to sett type attribute for feed to validate.
$type = (true == $this->descriptionHtmlSyndicated) ? ' type="html"' : '';
$feed.= " <summary".$type.">".htmlspecialchars($this->items[$i]->description)."</summary>\n";
}
Logged In: YES
user_id=464740
Originator: NO
This seems to be fixed already in the 1.8-dev release.