Merge branch 'master' of git@github.com:/gallery/gallery3

This commit is contained in:
Bharat Mediratta
2009-08-30 16:20:52 -07:00
86 changed files with 1404 additions and 1058 deletions

View File

@@ -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 ?>