protect html special char
This commit is contained in:
parent
3038da8096
commit
378d26c47b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ $detail->get();
|
|||
// nom de la fiche
|
||||
$ff=new Fiche($cn);
|
||||
$ff->get_by_qcode( $q[$e]['j_qcode']);
|
||||
$row.=td($ff->strAttribut(ATTR_DEF_NAME));
|
||||
$row.=td($ff->strAttribut(h(ATTR_DEF_NAME)));
|
||||
} else {
|
||||
// libellé du compte
|
||||
$name=$cn->get_value('select pcm_lib from tmp_pcmn where pcm_val=$1',array($q[$e]['j_poste']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue