Browse Source

bug fixed

Victor De la Rocha 15 years ago
parent
commit
efa6be5163
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api.php

+ 2 - 2
api.php View File

@@ -42,7 +42,7 @@ if(!defined('entry')) define('entry',true);
42 42
 				foreach($actual_feeds as $feed){
43 43
 					$error_text = ($feed["error"]>0) ? "false" : "true";
44 44
 ?>
45
-					<feed id="<?php echo $feed["id_feed"];?>" url="<?php echo htmlspecialchars($feed["url"]);?>" import-type="<?php echo type2Text($feed["type"]);?>" next-update-in-seconds="<? echo $f->getNextUpdate($feed["id_feed"]);?>" title="<?php echo htmlspecialchars($feed["title"]);?>" error-text="<? echo $error_text;?>"/>
45
+					<feed id="<?php echo $feed["id_feed"];?>" url="<?php echo htmlspecialchars($feed["url"]);?>" import-type="<?php echo util::type2Text($feed["type"]);?>" next-update-in-seconds="<? echo $f->getNextUpdate($feed["id_feed"]);?>" title="<?php echo htmlspecialchars($feed["title"]);?>" error-text="<? echo $error_text;?>"/>
46 46
 <?php
47 47
 				}
48 48
 ?>
@@ -148,4 +148,4 @@ if(!defined('entry')) define('entry',true);
148 148
 		}
149 149
 	}
150 150
 ?>
151
-		</gelato>
151
+		</gelato>