summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_tree.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-06 22:15:17 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-06 22:15:17 -0700
commit36a46de19099ee9c4eeb7b58b14862a9f3b8a4f2 (patch)
treef0fdcf2acc72c1eb1af4e15452f808ffd466005c /modules/organize/views/organize_tree.html.php
parent99c57b2036c6fbef757762a7faccc27150471892 (diff)
parenta245c57400398d2b4b1c2aea94f590a9c0a7d8a8 (diff)
Merge branch 'master' of git@github.com:talmdal/gallery3
Diffstat (limited to 'modules/organize/views/organize_tree.html.php')
-rw-r--r--modules/organize/views/organize_tree.html.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/organize/views/organize_tree.html.php b/modules/organize/views/organize_tree.html.php
index 280bdc5f..99b0dc1a 100644
--- a/modules/organize/views/organize_tree.html.php
+++ b/modules/organize/views/organize_tree.html.php
@@ -1,6 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<li class="gOrganizeBranch ui-icon-left" ref="<?= $album->id ?>">
-
<div id="gOrganizeBranch-<?= $album->id ?>" ref="<?= $album->id ?>"
class="<?= $selected ? "gBranchSelected" : "" ?> gBranchText">
<span id="gOrganizeIcon-<?= $album->id ?>" ref="<?= $album->id ?>"
@@ -16,4 +15,3 @@
<? endforeach ?>
</ul>
</li>
-