diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index 034c9a9e..a7cab259 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -1,30 +1,30 @@
defined("SYSPATH") or die("No direct script access."); ?>
-
+
-
+
foreach ($children as $i => $child): ?>
- $album_class = ""; ?>
- if ($child->is_album()): ?>
- $album_class = "gAlbum "; ?>
- endif ?>
- - ">
- id}") ?>">
-
-
- = $child->title ?>
-
-
+ $album_class = ""; ?>
+ if ($child->is_album()): ?>
+ $album_class = "gAlbum "; ?>
+ endif ?>
+ - ">
+ id}") ?>">
+
+
+ = $child->title ?>
+
+
endforeach ?>
-
-
- = $theme->pager() ?>
+
+
+= $theme->pager() ?>