From da5897e66813cad9d95f1b3b375dff1436f0e348 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sat, 24 Jun 2006 21:39:07 +1200 Subject: [PATCH] fixing up spacing for greyed out gallery item --- plugins/serendipity_plugin_gallery/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/serendipity_plugin_gallery/lib.php b/plugins/serendipity_plugin_gallery/lib.php index e05d799..8bea50d 100644 --- a/plugins/serendipity_plugin_gallery/lib.php +++ b/plugins/serendipity_plugin_gallery/lib.php @@ -26,7 +26,7 @@ function make_tree($start,$indent,$show,$expand,$expanded) { echo '[+]'."\n"; } else { - echo '[+] '."\n"; + echo '[+]'."\n"; } echo ''.stripslashes($name).'
'."\n"; } -- 2.39.5