Author: danydb
Date: 2012-09-15 00:30:02 +0200 (Sat, 15 Sep 2012)
New Revision: 5101

Modified:
   phpcompta/tags/rel650/include/template/module.php
Log:
fix : missing closing tag </a>

Modified: phpcompta/tags/rel650/include/template/module.php
===================================================================
--- phpcompta/tags/rel650/include/template/module.php   2012-09-12 21:05:12 UTC 
(rev 5100)
+++ phpcompta/tags/rel650/include/template/module.php   2012-09-14 22:30:02 UTC 
(rev 5101)
@@ -78,7 +78,8 @@
                                
$url="do.php?gDossier=".Dossier::id()."&ac=".$row['me_code'];
                    }
                    ?>
-               <td class="tool" style="<?=$style?>"><a class="mtitle" 
href="<?=$url?>" title="<?=_($row['me_description'])?>" <?=$js?> 
><?=_($row['me_menu'])?></td>
+               <td class="tool" style="<?=$style?>">
+                       <a class="mtitle" href="<?=$url?>" 
title="<?=_($row['me_description'])?>" <?=$js?> 
><?=_($row['me_menu'])?></a></td>
                <?
                    endforeach;
                ?>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to