From: Jeroen De Meerleer Date: Fri, 22 Feb 2019 11:59:44 +0000 (+0100) Subject: Changed spaces into tabs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=42769c69765920d5addf5321c34da2883fe96fef;p=friendica.git Changed spaces into tabs --- diff --git a/view/theme/frio/config.php b/view/theme/frio/config.php index c1ac98286d..7ac7f489ef 100644 --- a/view/theme/frio/config.php +++ b/view/theme/frio/config.php @@ -57,7 +57,7 @@ function theme_content(App $a) $arr = []; $arr['scheme'] = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'schema')); - $arr['share_string'] = ''; + $arr['share_string'] = ''; $arr['nav_bg'] = PConfig::get(local_user(), 'frio', 'nav_bg'); $arr['nav_icon_color'] = PConfig::get(local_user(), 'frio', 'nav_icon_color'); $arr['link_color'] = PConfig::get(local_user(), 'frio', 'link_color');