X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fsites%2Fsite.php;h=eb2f291c257c2476ceb5ded5e265fea22bd93d35;hb=589a8865c3cc774f2456d460008a45b09cc60cf9;hp=e9fa028ee3648cc3d77bc820c2c7ba4e361de4fa;hpb=fd9b5dccd591a5bfe48daf1da6bbb52164fa93c9;p=plewww.git 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'];