protège texte

This commit is contained in:
Dany De Bontridder 2011-12-12 19:57:07 +00:00
parent 83612fd40c
commit 7d477b1eb2

View file

@ -29,7 +29,7 @@ if ($aRap != null ) {
$remove=$rmReconciliation->input();
else
$remove='';
echo tr (td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" >'.$internal.'</A>').td(nbm($amount)).td($array_jr[0]['jr_comment']).td($remove));
echo tr (td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" >'.$internal.'</A>').td(nbm($amount)).td(h($array_jr[0]['jr_comment'])).td($remove));
}
echo '</table>';
}