diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index d579a8b3153..161c60f5c52 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1498,7 +1498,7 @@ class Website extends CommonObject $countrycode = strtolower(substr($languagecodeselected, -2)); $label = $weblangs->trans("Language_".$languagecodeselected); if ($countrycode == 'us') $label = preg_replace('/\s*\(.*\)/', '', $label); - $out .= '
  • '.$label.''; + $out .= '
  • '.$label.''; $out .= ''; $out .= '
  • '; }