diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-19 09:05:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-19 09:05:35 +0000 |
commit | 311df0b6ba40b818eb4de046f688bd02e0637560 (patch) | |
tree | cb401b4fc397941caa8ff2a8bd105e61e68a86f7 /templates/list_header.inc.php | |
parent | bc36b9d282aff16dfc794819919897103c94b9bd (diff) | |
download | ampache-311df0b6ba40b818eb4de046f688bd02e0637560.tar.gz ampache-311df0b6ba40b818eb4de046f688bd02e0637560.tar.bz2 ampache-311df0b6ba40b818eb4de046f688bd02e0637560.zip |
fixed slight glitch introduced into the paging stuff
Diffstat (limited to 'templates/list_header.inc.php')
-rw-r--r-- | templates/list_header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php index 99589ae6..bf5381a5 100644 --- a/templates/list_header.inc.php +++ b/templates/list_header.inc.php @@ -113,7 +113,7 @@ if ($pages > 1) { /* Echo Out current Page */ $current_page = $current_page +1; ?> - <span class="list-header-selected"><?php echo $current_page; ?></span> + <div class="list-header-selected"><?php echo $current_page; ?></div> <?php /* Echo Out Everything Above Us */ |