From d848c4587e9ce5f0baafe6a0220d269517a4a626 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Wed, 1 Mar 2006 23:11:33 +0000 Subject: Fixed XHTML problem --- templates/show_artist.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/show_artist.inc b/templates/show_artist.inc index ac72703f..2c6b4364 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -53,7 +53,7 @@ foreach ($albums as $album) { - + <?php echo scrub_out($album_name); ?> -- cgit