diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 21:24:46 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 21:24:46 +0000 |
commit | 4e8937ccefc95272442a9cd5ccb71aab01f113a1 (patch) | |
tree | ab1a84fa068f3dab60bb2fb3ee434f6fabecb0a3 | |
parent | 496007d2ae949b905cd1c8d874a0ce90ce54e181 (diff) |
Indentation fix.
-rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index c6d4f269..ea887225 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -6,7 +6,7 @@ </div> <ul id="gAlbumGrid"> -<? foreach ($children as $i => $child): ?> + <? foreach ($children as $i => $child): ?> <? $album_class = ""; ?> <? if ($child->is_album()): ?> <? $album_class = "gAlbum "; ?> |