diff --git a/html/fiche_new.php b/html/fiche_new.php index fe20a13af..6c4fb517a 100644 --- a/html/fiche_new.php +++ b/html/fiche_new.php @@ -96,7 +96,7 @@ function new_fiche($p_cn,$p_type) { $but_search_poste=''; } // content of the attribute - $r.= sprintf(' %s %s %s', + $r.= sprintf(' %s %s %s', $l_line['ad_text'], $i,$Hid,$but_search_poste); } $r.=""; diff --git a/include/action.inc.php b/include/action.inc.php index f05e97174..b6e8d02e4 100644 --- a/include/action.inc.php +++ b/include/action.inc.php @@ -257,7 +257,7 @@ if ( $sub_action == "list" ) // Add an action if ( $sub_action == "add_action" ) { - echo ''; + echo ''; echo_debug('action',__LINE__,var_export($_POST,true)); echo $retour; $act=new action($cn); @@ -340,7 +340,7 @@ if ( $sub_action == "save_action_st2" ) $act->gen=isset($_POST['p_gen'])?'on':'off'; // insert into action_gestion echo $act->SaveStage2(); - echo ''; + echo ''; } //-------------------------------------------------------------------------------- diff --git a/include/class_action.php b/include/class_action.php index 39be70d84..fa8a04070 100644 --- a/include/class_action.php +++ b/include/class_action.php @@ -386,7 +386,8 @@ class action $str_type=$v[0]; if ( isset ($_REQUEST['url'])) { - $retour=sprintf('',urldecode($_REQUEST['url'])); + $retour=sprintf('', + urldecode($_REQUEST['url'])); $h_url=sprintf('',urldecode($_REQUEST['url'])); } else