phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5101 - phpcompta/tags/rel650/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5101 - phpcompta/tags/rel650/include/template
Date: Sat, 15 Sep 2012 00:30:02 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]