mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 09:29:53 -04:00
Merge branch 'master' of git@github.com:/gallery/gallery3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</span>
|
||||
<span class="gOrganizeAlbumText <?= $selected && $album->id == $selected->id ? "selected" : "" ?>"
|
||||
ref="<?= $album->id ?>">
|
||||
<?= p::clean($album->title) ?>
|
||||
<?= html::clean($album->title) ?>
|
||||
</span>
|
||||
<ul>
|
||||
<? foreach ($album->children(null, 0, array("type" => "album")) as $child): ?>
|
||||
@@ -17,7 +17,7 @@
|
||||
<span class="ui-icon ui-icon-plus">
|
||||
</span>
|
||||
<span class="gOrganizeAlbumText" ref="<?= $child->id ?>">
|
||||
<?= p::clean($child->title) ?>
|
||||
<?= html::clean($child->title) ?>
|
||||
</span>
|
||||
</li>
|
||||
<? endif ?>
|
||||
|
||||
Reference in New Issue
Block a user