X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fsites%2Fsites.php;h=d8632c36779afcdf771108130fd37ed68e28d83a;hb=50a3cc764fc4eb4b9a54f23b97a01077b762181d;hp=d4ab6b9eac254522e1c67f85417a435e284ab314;hpb=589a8865c3cc774f2456d460008a45b09cc60cf9;p=plewww.git diff --git a/planetlab/sites/sites.php b/planetlab/sites/sites.php index d4ab6b9..d8632c3 100644 --- a/planetlab/sites/sites.php +++ b/planetlab/sites/sites.php @@ -149,7 +149,10 @@ if ($sites) foreach ($sites as $site) { $table->cell(l_site_t($site_id,$site_id)); } $peers->cell($table,$peer_id); - $table->cell (l_site_t($site_id,htmlentities(utf8_decode($site['name'])))); + // Thomas Dreibholz suggested that utf8_decode could be non-needed + // and maybe even harmful on modern systems like f23 + // $table->cell (l_site_t($site_id,htmlentities(utf8_decode($site['name'])))); + $table->cell (l_site_t($site_id,htmlentities($site['name']))); $table->cell (l_site_t($site_id,$login_base)); $table->cell (htmlentities($site['abbreviated_name'])); if (plc_is_admin()) {