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
                                                }


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to