summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-09-29 01:26:41 +0000
committerxgizzmo <xgizzmo@ampache>2006-09-29 01:26:41 +0000
commitc869473c161e23ee8a25cded875d7b7ab69da7a1 (patch)
tree3ab379223933c3a8036c29e183a30d32ba81cb65 /templates/sidebar.inc.php
parentcad6aca40feafa7adbe6066772afbe225dbfe30c (diff)
downloadampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.tar.gz
ampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.tar.bz2
ampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.zip
fixed a small issue with spans in show_now_playing_row and the menu top
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index 9b4ce0d5..3cb6650a 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -43,8 +43,8 @@ $browse_items[] = array('title'=>_("Lists"),'url'=>'browse.php','active'=>$locat
$web_path = conf('web_path');
?>
+<h3>&nbsp;</h3>
<ul id="navlist">
- <h3></h3>
<li<?php
if ($location['page'] == "index.php"){
echo " id=\"activetopmenu\" ";