From 49319cbe4edca4a21e1afab94055ebf233223929 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 14 Dec 2012 17:14:01 +0100 Subject: [PATCH] // Typo in the name of an image --- admin-dev/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '';