Showing 1 changed files with 2 additions and 2 deletions
+2 -2
sources/news-vicefr.php
... ...
@@ -16,8 +16,8 @@ if ($xml === false) {
16 16
   $channel['description'] = $xml->channel->description;
17 17
   $channel['pubDate'] = $xml->channel->pubDate;
18 18
   $channel['timestamp'] = strtotime($xml->channel->pubDate);
19
-  echo '<h4>' . $channel['title'].'<button id="html-btn" onclick="printHTMLAll(\''.$channel['name'].'\')" style="display:inline;"><img src="img/html5.png" width="24px" height="24px"></button></h4>'.PHP_EOL;
20
-  echo '<button id="epub-btn" onclick="printEPUBAll(\''.$channel['name'].'.epub\')" style="display:inline;"><img src="img/epub.png" width="24px" height="24px"></button>'.PHP_EOL;
19
+  echo '<h4>' . $channel['title'].'<button id="html-btn" onclick="printHTMLAll(\''.$channel['name'].'\')" style="display:inline;"><img src="img/html5.png" width="24px" height="24px"></button>'.PHP_EOL;
20
+  echo '<button id="epub-btn" onclick="printEPUBAll(\''.$channel['name'].'.epub\')" style="display:inline;"><img src="img/epub.png" width="24px" height="24px"></button></h4>'.PHP_EOL;
21 21
   $cpt=0;
22 22
   foreach ($xml->channel->item as $item) {
23 23
     $article = array();