From 4bd583c0852ba602fc8e6babd08ec346ed8f55b5 Mon Sep 17 00:00:00 2001 From: Nao Date: Sun, 5 Oct 2014 16:09:42 +0200 Subject: [PATCH] ! Fixed minor glitch on skin selector in responsive mode. (Themes.php) --- core/app/Themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/app/Themes.php b/core/app/Themes.php index a11e4b95..3f2018b1 100644 --- a/core/app/Themes.php +++ b/core/app/Themes.php @@ -1087,7 +1087,7 @@ function wedge_show_skins(&$style, $show_defaults = false, $current_skin = '', $ $output = ''; foreach ($style as $sty) { - $intro = !$show_defaults || $filler ? $filler . ($current == $last ? '└' : '├') . '— ' : ''; + $intro = !$show_defaults || $filler ? $filler . ($current == $last ? '└' : '├') . '— ' : ''; $output .= ''; if (!empty($sty['skins']))