summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-29 05:51:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-29 05:51:07 +0000
commit52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f (patch)
tree69a33d06a6de480782b8eda2c9c8f94bb0a4876b /lib
parent36ecb66d14a2ecb3154d60f53dd2ce8c8a6beb29 (diff)
downloadampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.tar.gz
ampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.tar.bz2
ampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.zip
more html fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/general.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php
index 83bf2bfc..e04f4f26 100644
--- a/lib/general.lib.php
+++ b/lib/general.lib.php
@@ -608,7 +608,7 @@ function get_global_popular($type) {
} // end while
if (count($items) == 0) {
- $items[] = "<span class=\"error\">" . _("Not Enough Data") . "</span>\n";
+ $items[] = "<li style=\"list-style-type: none\"><span class=\"error\">" . _("Not Enough Data") . "</span></li>\n";
}
return $items;