From 91dd9c79a161cb5c46ce3cf14992de632b7a1e74 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Sep 2011 16:44:50 +0000 Subject: [PATCH] Fix: Missing end of div --- htdocs/paypal/admin/paypal.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php index 2700320b062..c30bea39788 100644 --- a/htdocs/paypal/admin/paypal.php +++ b/htdocs/paypal/admin/paypal.php @@ -1,6 +1,6 @@ - * Copyright (C) 2005-2010 Laurent Destailleur + * Copyright (C) 2005-2011 Laurent Destailleur * Copyright (C) 2011 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -108,7 +108,7 @@ if ($conf->use_javascript_ajax) print ''; } -if ($mesg) print '
'.$mesg; +dol_htmloutput_mesg($mesg); print '
'; print '
'; @@ -213,6 +213,8 @@ print ''; print '
'; print '
'; +dol_fiche_end(); + print '

'; // Help doc @@ -235,7 +237,6 @@ print 'Your API authentication information can be found with following steps. We '; print ''; - print '

'; $token='';