diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-23 13:51:41 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-23 13:51:41 -0700 |
commit | 107431f2465e2ce0ddea14af70d1ee329d1d1990 (patch) | |
tree | fb2b3d481d5bf7be2b374bf5737652d582aa2efa | |
parent | 3b0baa827150e457c630052d6ef87853aaad8bdc (diff) |
Revert "Remove unsued <span> element"
This reverts commit 65a7967a046c22abadfd526954a2cd0002ea26cf.
Turns out, the span really is in use.
-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 799d94c1..7e6913df 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -19,7 +19,7 @@ <?= $child->thumb_img(array("class" => "gThumbnail")) ?> </a> <?= $theme->thumb_bottom($child) ?> - <h2><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2> + <h2><span></span><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2> <ul class="gMetadata"> <?= $theme->thumb_info($child) ?> </ul> |