[med-svn] r516 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 13:46:59 UTC 2007
Author: hanska-guest
Date: 2007-10-02 13:46:59 +0000 (Tue, 02 Oct 2007)
New Revision: 516
Modified:
trunk/community/website/index.php
Log:
still typos... :(
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-02 13:46:31 UTC (rev 515)
+++ trunk/community/website/index.php 2007-10-02 13:46:59 UTC (rev 516)
@@ -69,7 +69,7 @@
if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
// we show only the last 10 commits by default
for ($i = 0; $i < 9; $i++) {
- $desc = html_entity_decode($rs["items"][$i]["description"];
+ $desc = html_entity_decode($rs["items"][$i]["description"]);
$desc = preg_replace("/\(^.* \)\(.*\)\( ::.*\)/",
"$1<a href=\"http:\/\/alioth.debian.org\/users\/$2\">$2<\/a>$3",
$desc);
More information about the debian-med-commit
mailing list