diff --git a/include/anc_od.inc.php b/include/anc_od.inc.php index 459a658e6..db7af4e82 100644 --- a/include/anc_od.inc.php +++ b/include/anc_od.inc.php @@ -38,7 +38,8 @@ $pa=new Anc_Plan($cn); $m=$pa->get_list(); if ( ! $m ) { - echo '

'._('Aucun plan analytique défini').'

'; + + echo '

'._('Aucun plan analytique défini').'

'; exit(); } diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php index 32a42540a..30e6de4b0 100644 --- a/include/anc_pa.inc.php +++ b/include/anc_pa.inc.php @@ -259,7 +259,7 @@ if ( empty($list) ) echo ''; if ( ! isset ( $_REQUEST['sa'])) - echo '
'. + echo '
'. "Aucun plan analytique n'est défini". '
';