]> git.mjollnir.org Git - s9y.git/commitdiff
fixing up spacing for greyed out gallery item
authorPenny Leach <mjollnir@titania.local>
Sat, 24 Jun 2006 09:39:07 +0000 (21:39 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:03:59 +0000 (12:03 +1200)
plugins/serendipity_plugin_gallery/lib.php

index e05d799790d3b5d64688c2dc0d97fc8fd4631b5c..8bea50d458717b01b3bb3616c092c70a81dbaf8f 100644 (file)
@@ -26,7 +26,7 @@ function make_tree($start,$indent,$show,$expand,$expanded) {
                 echo '<span class="gallery_plus" style="padding-left:'.$indent.'px;"><a href="'.$serendipity['baseURL'].'gallery/expand'.$path.'">[+]</a></span>'."\n";
             }
             else {
-                echo '<span class="gallery_plus_grey" style="padding-left:'.$indent.'px;">[+]</span>&nbsp;'."\n";
+                echo '<span class="gallery_plus_grey" style="padding-left:'.$indent.'px;">[+]</span>'."\n";
             }
             echo '<a href="'.$serendipity['baseURL'].'gallery/show'.$path.'">'.stripslashes($name).'</a><br />'."\n";
         }