mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-09-18 20:25:42 -04:00
Indentation fix.
This commit is contained in:
@@ -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 "; ?>
|
||||
|
||||
Reference in New Issue
Block a user