Changeset 1065
- Timestamp:
- 05/08/2008 04:16:10 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.5/handlers/page/revisions.xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.5/handlers/page/revisions.xml.php
r435 r1065 59 59 $xml .= "<item>\n"; 60 60 $xml .= "<title>".$page["time"]."</title>\n"; 61 $xml .= '<link>'.$this->Href('show', '', 'time= .'.urlencode($page['time'])).'</link>'."\n";61 $xml .= '<link>'.$this->Href('show', '', 'time='.urlencode($page['time'])).'</link>'."\n"; 62 62 $xml .= '<description>'.sprintf(REVISIONS_EDITED_BY, $this->htmlspecialchars_ent($page['user'],ENT_COMPAT,'XML')).($page['note'] ? ' - '.$this->htmlspecialchars_ent($page['note'],ENT_COMPAT,'XML') : '')."</description>\n"; 63 63 $xml .= "\t<pubDate>".date("r",strtotime($page["time"]))."</pubDate>\n";