[med-svn] r519 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 14:06:11 UTC 2007
Author: hanska-guest
Date: 2007-10-02 14:06:11 +0000 (Tue, 02 Oct 2007)
New Revision: 519
Modified:
trunk/community/website/index.php
Log:
forgot an </a>. :@
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-02 14:05:37 UTC (rev 518)
+++ trunk/community/website/index.php 2007-10-02 14:06:11 UTC (rev 519)
@@ -71,7 +71,7 @@
for ($i = 0; $i < 9; $i++) {
$desc = html_entity_decode($rs["items"][$i]["description"]);
$desc = preg_replace("/(Commit by.*)<strong>(.*)<\/strong>/",
- "\\1<strong><a href=\"http://alioth.debian.org/users/\\2\">\\2</strong>",
+ "\\1<strong><a href=\"http://alioth.debian.org/users/\\2\">\\2</a></strong>",
$desc);
?>
<tr>
More information about the debian-med-commit
mailing list