From f895976c50f749d102c5afeb8cd343f3c9cfffa4 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 19 Jul 2010 17:29:18 +0000 Subject: [PATCH] Cosmetic bug when the cat. card name is too long nothing work --- include/fiche.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 6a1820520..a2386793e 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -234,7 +234,7 @@ if ( isset ( $_GET["action"]) ) { && ! isset ($_POST['delete'])) { $User->can_request(FICADD); - echo '
'; + echo '
'; $fiche_def=new Fiche_Def($cn,$_GET['fiche']); $fiche_def->myList(); @@ -245,7 +245,7 @@ if ( isset ( $_GET["action"]) ) { //_________________________________________________________________________ // Display the detail of a card if ($action== "detail" ) { - echo '
'; + echo '
'; $t=false; if ( $User->check_action(FICADD)==0) { @@ -314,7 +314,7 @@ if ( isset ( $_GET["action"]) ) { // Modify a card Model if ($action == "modifier" ) { $User->can_request(FICCAT); - echo '
'; + echo '
'; $fiche_def=new Fiche_Def($cn,$_GET['fiche']); echo ShowFicheDefInput($fiche_def);