diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 10:48:47 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-28 10:48:53 -0700 |
commit | 8ca573741e49e6320124f08631979dca3562c086 (patch) | |
tree | 402849d251c729231e854eefc58cc1f03dbdceb3 /modules | |
parent | 47fd2dc65ec275203af745440e0ee264a2e9d75c (diff) |
Indentation fixes.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index 671e0ce4..5adb487a 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,10 +1,10 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <? foreach ($item->children(25, $offset) as $child): ?> <li class="gMicroThumbGridCell" ref="<?= $child->id ?>"> -<div id="gMicroThumb_<?= $child->id ?>" - class="gMicroThumb <?= $child->is_album() ? "gAlbum" : "gPhoto" ?>"> - <?= $child->thumb_img(array("class" => "gThumbnail", "ref" => $child->id), 90, true) ?> -</div> + <div id="gMicroThumb_<?= $child->id ?>" + class="gMicroThumb <?= $child->is_album() ? "gAlbum" : "gPhoto" ?>"> + <?= $child->thumb_img(array("class" => "gThumbnail", "ref" => $child->id), 90, true) ?> + </div> </li> <? endforeach ?> |