phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5532 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5532 - phpcompta/trunk/include
Date: Sat, 26 Oct 2013 15:22:45 +0200 (CEST)

Author: danydb
Date: 2013-10-26 15:22:44 +0200 (Sat, 26 Oct 2013)
New Revision: 5532

Modified:
   phpcompta/trunk/include/class_follow_up.php
Log:
Cosmetic

Modified: phpcompta/trunk/include/class_follow_up.php
===================================================================
--- phpcompta/trunk/include/class_follow_up.php 2013-10-26 13:21:00 UTC (rev 
5531)
+++ phpcompta/trunk/include/class_follow_up.php 2013-10-26 13:22:44 UTC (rev 
5532)
@@ -728,7 +728,7 @@
                $a_row = Database::fetch_all($Res);
 
                $r = "";
-               $r.=$bar;
+               $r.='<p>'.$bar.'</p>';
                $r.='<table class="document">';
                $r.="<tr>";
                 $r.='<th name="ag_id_td" style="display:none" >'. 
ICheckBox::toggle_checkbox('ag','list_ag_frm').'</th>';
@@ -825,7 +825,7 @@
 
                $r.="</table>";
 
-               $r.=$bar;
+               $r.='<p>'.$bar.'</p>';
                return $r;
        }
 



---
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]