Fix: tr-td

This commit is contained in:
Laurent Destailleur 2011-07-26 23:11:52 +00:00
parent 013a4d3683
commit 2571e28cdb

View File

@ -14,14 +14,15 @@
* GNU General Public License for more details.
*
* 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
* \ingroup compta
* \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');
@ -1031,5 +1032,5 @@ print '</table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:24 $ - $Revision: 1.184 $');
llxFooter('$Date: 2011/07/26 23:11:52 $ - $Revision: 1.183 $');
?>