summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_tree.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-15 21:57:27 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-15 21:57:27 -0800
commit41e3dba65ad2da1ad685c1d649dfc44694437b63 (patch)
treec48a5bd1c98503d2db036eab2097fc7b14a6ef5b /modules/organize/views/organize_tree.html.php
parent08b127e9a41b18e0760b1506fb88b7912908e7d9 (diff)
parent18f5481252c653a25c529b34fdcbf06643897634 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/views/organize_tree.html.php')
-rw-r--r--modules/organize/views/organize_tree.html.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/organize/views/organize_tree.html.php b/modules/organize/views/organize_tree.html.php
index 924a1bd6..740c2521 100644
--- a/modules/organize/views/organize_tree.html.php
+++ b/modules/organize/views/organize_tree.html.php
@@ -14,8 +14,7 @@
<? else: ?>
<li class="g-organize-album ui-icon-left <?= access::can("edit", $child) ? "" : "g-view-only" ?>"
ref="<?= $child->id ?>">
- <span class="ui-icon ui-icon-plus">
- </span>
+ <span class="ui-icon ui-icon-plus"></span>
<span class="g-organize-album-text" ref="<?= $child->id ?>">
<?= html::clean($child->title) ?>
</span>