X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=blobdiff_plain;f=planetlab%2Fsites%2Fsite.php;h=eb2f291c257c2476ceb5ded5e265fea22bd93d35;hp=e9fa028ee3648cc3d77bc820c2c7ba4e361de4fa;hb=589a8865c3cc774f2456d460008a45b09cc60cf9;hpb=dbd254138321f2208d7d3d6c87b2db1149068a0f diff --git a/planetlab/sites/site.php b/planetlab/sites/site.php index e9fa028..eb2f291 100644 --- a/planetlab/sites/site.php +++ b/planetlab/sites/site.php @@ -38,7 +38,7 @@ if (empty($sites)) { $site=$sites[0]; // var names to api return -$sitename= htmlentities($site['name']); +$sitename= htmlentities(utf8_decode($site['name'])); $abbreviated_name= htmlentities($site['abbreviated_name']); $site_url= $site['url']; $login_base= $site['login_base'];