Subversion Repositories Applications.papyrus

Compare Revisions

Regard whitespace Rev 734 → Rev 735

/trunk/api/text/wiki_papyrus/Render/Xhtml/Syndication.php
29,6 → 29,7
}
if (ini_get('allow_url_fopen') != 0) {
foreach ($tab_url as $cle => $url) {
$url = str_replace('&', '&', $url) ;
$rss =& new XML_RSS($url);
$rss->parse();
$aso_info_rss = $rss->getChannelInfo();