[med-svn] r4994 - trunk/community/website

Nelson A. de Oliveira naoliv at alioth.debian.org
Fri Jul 2 16:49:56 UTC 2010


Author: naoliv
Date: 2010-07-02 16:49:54 +0000 (Fri, 02 Jul 2010)
New Revision: 4994

Modified:
   trunk/community/website/index.php
Log:
Small fix for the ?\194?\187 symbol


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2010-07-02 16:25:38 UTC (rev 4993)
+++ trunk/community/website/index.php	2010-07-02 16:49:54 UTC (rev 4994)
@@ -166,7 +166,7 @@
 					<td><?=strftime("%c", strtotime($rs["items"][$i]["pubDate"]))?></td>
 					<td><a href="http://alioth.debian.org/users/<?=$author?>"><?=$author?></a></td>
 					<td><?=$desc?></td>
-					<td><a href="<?=$rs["items"][$i]["link"]?>">&raquo;</a></td>
+					<td><a href="<?=$rs["items"][$i]["link"]?>">&#187;</a></td>
 				</tr>
 						<?php
 						}




More information about the debian-med-commit mailing list