diff --git a/ecrire/public/phraser_html.php b/ecrire/public/phraser_html.php
index b5f5bb5ee8de6f14de7ae47125ff3c30aab46efa..0db790f584e458c941538b324c7661172446b353 100644
--- a/ecrire/public/phraser_html.php
+++ b/ecrire/public/phraser_html.php
@@ -709,7 +709,6 @@ function public_phraser_html_dist($texte, $id_parent, &$boucles, $descr, $ligne=
 			$type = substr($type,$p+1);
 		}
 		$soustype = strtolower($type);
-		if ($soustype == 'sites') $soustype = 'syndication' ; # alias
 
 		if (!isset($GLOBALS["table_des_tables"][$soustype]))
 			$soustype = $type;