diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:57:27 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 21:57:27 -0800 |
| commit | 41e3dba65ad2da1ad685c1d649dfc44694437b63 (patch) | |
| tree | c48a5bd1c98503d2db036eab2097fc7b14a6ef5b /modules/organize/views/organize_tree.html.php | |
| parent | 08b127e9a41b18e0760b1506fb88b7912908e7d9 (diff) | |
| parent | 18f5481252c653a25c529b34fdcbf06643897634 (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.php | 3 |
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> |
