summaryrefslogtreecommitdiff
path: root/beta_accents/app/popcommentaire.php
diff options
context:
space:
mode:
Diffstat (limited to 'beta_accents/app/popcommentaire.php')
-rw-r--r--beta_accents/app/popcommentaire.php2
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);
}
?>