diff options
Diffstat (limited to 'beta_accents/app/popcommentaire.php')
-rw-r--r-- | beta_accents/app/popcommentaire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beta_accents/app/popcommentaire.php b/beta_accents/app/popcommentaire.php index cb6489f..bbb5922 100644 --- a/beta_accents/app/popcommentaire.php +++ b/beta_accents/app/popcommentaire.php @@ -10,7 +10,7 @@ { $com = mysql_fetch_array($result); - echo $com['commentaireReponse']; + echo htmlentities($com['commentaireReponse'], ENT_QUOTES); } ?> |