From 4d6205656d28e93af095d9ad30d594a4854e444f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 23 Oct 2012 06:38:27 +0000 Subject: [PATCH] Adjust the line spaces beteen the default category and the additional categories. --- app/music_on_hold/music_on_hold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index e6922026b7..d95daefe8c 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -406,7 +406,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) { if ($v_path_show) { echo "
Location: ".$music_on_hold_dir."
\n"; } - echo "



\n"; + echo "

\n"; //show additional categories foreach ($category_dirs as $category_number => $category_dir) {