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']))