From: Bart Visscher Date: Thu, 6 Oct 2011 09:45:49 +0000 (+0200) Subject: Replace _ in timezone setting with a space X-Git-Tag: v3.0~101^2~2^2^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4786ed321e802f8a63cff2bc4cb36461a3385971;p=nextcloud-server.git Replace _ in timezone setting with a space --- diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index 913e54dd8fc..c6664d512dc 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -25,7 +25,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect'); if ($continent!="") echo ''; echo ''; endif; - $city=$ex[1]; + $city=strtr($ex[1], '_', ' '); $continent=$ex[0]; echo ''; endforeach;?>