diff --git a/ecrire/exec/sites.php b/ecrire/exec/sites.php
index 79af92ba24ef1889ac0d75a49ac295318b627629..a626ac1a7ef7011ef3636d71b3d0b27c936d8101 100644
--- a/ecrire/exec/sites.php
+++ b/ecrire/exec/sites.php
@@ -405,7 +405,7 @@ if ($syndication == "oui" OR $syndication == "off" OR $syndication == "sus") {
 
 	if ($syndication == "off" OR $syndication=="sus") {
 		debut_boite_info();
-		echo _T('avis_site_syndique_probleme', array('url_syndic' => $url_syndic));
+		echo _T('avis_site_syndique_probleme', array('url_syndic' => quote_amp($url_syndic)));
 		echo "<center><b>";
 		echo "<a href='" . generer_url_ecrire("sites","id_syndic=$id_syndic&reload=oui") . "'>";
 		echo _T('lien_nouvelle_recuperation')."</a></b></center>\n";