remove warning in company.inc.php about PARSTR

This commit is contained in:
Dany De Bontridder 2011-11-22 17:59:28 +00:00
parent 18c941805f
commit 79bafb7394
2 changed files with 2 additions and 2 deletions

View file

@ -300,7 +300,7 @@ class HtmlInput
echo $ledger->input();
/* create a hidden div for the ledger */
echo '<div id="div_jrn'.$div.'">';
echo '<div id="div_jrn'.$div.'" >';
echo '<h2 class="info">Choix des journaux</h2>';
echo '<ul>';