diff --git a/admin-dev/functions.php b/admin-dev/functions.php index a79749b62..28e9486b8 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -431,7 +431,7 @@ function runAdminTab($tab, $ajaxMode = false) $bread = ''; foreach ($tabs AS $key => $item) { - $bread .= ' >'; + $bread .= ' >'; if (count($tabs) - 1 > $key) $bread .= '';