Browse Source

fix stats display expensereport

Frédéric FRANCE 6 years ago
parent
commit
395e9ceae2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      htdocs/expensereport/stats/index.php

+ 2 - 1
htdocs/expensereport/stats/index.php

@@ -2,6 +2,7 @@
 /* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  * Copyright (c) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
  * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
+ * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -282,7 +283,7 @@ foreach ($data as $val)
 }
 
 print '</table>';
-print '<div>';
+print '</div>';
 
 print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';