Fix: tr-td

This commit is contained in:
Laurent Destailleur 2011-07-26 23:11:52 +00:00
parent d5ad2d7715
commit 5af66cccb2

View File

@ -14,14 +14,15 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/compta/index.php * \file htdocs/compta/index.php
* \ingroup compta * \ingroup compta
* \brief Main page of accountancy area * \brief Main page of accountancy area
* \version $Id: index.php,v 1.184 2011/08/03 00:46:24 eldy Exp $ * \version $Id: index.php,v 1.183 2011/07/26 23:11:52 eldy Exp $
*/ */
require('../main.inc.php'); require('../main.inc.php');
@ -1031,5 +1032,5 @@ print '</table>';
$db->close(); $db->close();
llxFooter('$Date: 2011/08/03 00:46:24 $ - $Revision: 1.184 $'); llxFooter('$Date: 2011/07/26 23:11:52 $ - $Revision: 1.183 $');
?> ?>