Menu

#16 Type attribute when summary contains HTML content

v1.0 (example)
open-fixed
nobody
5
2008-06-18
2007-03-01
No

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";
}

Discussion

  • Franz Graf

    Franz Graf - 2007-07-11

    Logged In: YES
    user_id=464740
    Originator: NO

    This seems to be fixed already in the 1.8-dev release.

     
  • KosherJava

    KosherJava - 2008-06-18
    • status: open --> open-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB