From: Penny Leach Date: Sat, 24 Jun 2006 09:39:07 +0000 (+1200) Subject: fixing up spacing for greyed out gallery item X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=da5897e66813cad9d95f1b3b375dff1436f0e348;p=s9y.git fixing up spacing for greyed out gallery item --- 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"; }