Skip to content

Commit

Permalink
Tighten up a class attr.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 30, 2009
1 parent 6fdb5cd commit 2cf52a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/organize/views/organize_tree.html.php
Expand Up @@ -3,9 +3,7 @@
ref="<?= $album->id ?>">
<span class="ui-icon ui-icon-minus">
</span>
<span class="gOrganizeAlbumText
<?= $selected && $album->id == $selected->id ? "selected" : "" ?>
"
<span class="gOrganizeAlbumText <?= $selected && $album->id == $selected->id ? "selected" : "" ?>"
ref="<?= $album->id ?>">
<?= p::clean($album->title) ?>
</span>
Expand Down

0 comments on commit 2cf52a4

Please sign in to comment.