X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Ffunction.display_address.php;h=07ce7c3c59c043aa3d931a060dacaa4ebd798345;hb=e67b44363acd2083d9b0ec4fabaea3deec87afc5;hp=9f8c457f93f3e09b9d39d05aa709f191d69b9dfc;hpb=179afa7fa79902e11498314d37fe4dbf452b3617;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 9f8c457..07ce7c3 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -67,9 +67,9 @@ function smarty_function_display_address($param, &$smarty) if ($param['titre']) { if ($param['titre_div']) - $txthtml .= "
".$param['titre'].$map."
\n"; + $txthtml .= "
".pl_entity_decode($param['titre'])." ".$map."
\n"; else - $txthtml .= "".$param['titre']."".$map."
\n"; + $txthtml .= "".pl_entity_decode($param['titre'])." ".$map."
\n"; } foreach ($lines as $line) {