X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fsites%2Fsites.php;h=d8632c36779afcdf771108130fd37ed68e28d83a;hb=50a3cc764fc4eb4b9a54f23b97a01077b762181d;hp=9b188b9585e12696d9f47279da49ec99048d4815;hpb=a76deb8833bee744a894ebaf7bd49e8ce4ea49fd;p=plewww.git diff --git a/planetlab/sites/sites.php b/planetlab/sites/sites.php index 9b188b9..d8632c3 100644 --- a/planetlab/sites/sites.php +++ b/planetlab/sites/sites.php @@ -149,6 +149,9 @@ if ($sites) foreach ($sites as $site) { $table->cell(l_site_t($site_id,$site_id)); } $peers->cell($table,$peer_id); + // 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']));