summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-10-18 21:54:23 +0000
committerxgizzmo <xgizzmo@ampache>2005-10-18 21:54:23 +0000
commitb79ae26d4f0ee699a8b6fc981db979c022abbb3e (patch)
tree8037f549298a2ac24a7b64fee192657268362099 /lib
parent3e12fccb243a8cfdd6e90ee04627672c0cc8b894 (diff)
downloadampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.gz
ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.bz2
ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.zip
XHTML validation cleanup
Diffstat (limited to 'lib')
-rw-r--r--lib/class/catalog.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index bade7811..11085bf8 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -610,7 +610,7 @@ class Catalog {
// Get all of the albums in this catalog
$albums = $this->get_catalog_albums($catalog_id);
- echo "<br /><b>" . _("Starting Dump Album Art") . ". . .</b><br><br />\n";
+ echo "<br /><b>" . _("Starting Dump Album Art") . ". . .</b><br /><br />\n";
// Run through them an get the art!
foreach ($albums as $album) {