[med-svn] r505 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 12:17:41 UTC 2007
Author: hanska-guest
Date: 2007-10-02 12:17:41 +0000 (Tue, 02 Oct 2007)
New Revision: 505
Modified:
trunk/community/website/index.php
Log:
html_entity_decode() applied
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-02 11:53:33 UTC (rev 504)
+++ trunk/community/website/index.php 2007-10-02 12:17:41 UTC (rev 505)
@@ -21,7 +21,7 @@
if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
foreach ($rs["items"] as $item)
{
- echo $item["description"];
+ echo html_entity_decode($item["description"]);
//echo "<pre>"; print_r($item); echo "</pre>";
}
//echo "<pre>"; print_r($rs); echo "</pre>";
More information about the debian-med-commit
mailing list