diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-23 12:17:37 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-23 13:40:23 -0700 |
commit | 65a7967a046c22abadfd526954a2cd0002ea26cf (patch) | |
tree | 68d554263c1df885289b1dc209370105b6620ba7 | |
parent | bfca0c79030d5b8a18e41e8b80f5560ebaf6f202 (diff) |
Remove unsued <span> element
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
-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 7e6913df..799d94c1 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><span></span><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2> + <h2><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2> <ul class="gMetadata"> <?= $theme->thumb_info($child) ?> </ul> |