summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 07:06:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 07:06:42 +0000
commit8371bcafe75ec3427530c378f2ff2600c91dc56a (patch)
treeca9960b0678cc457594a94535ec7e3ea113fa60b /templates/show_now_playing_row.inc.php
parentbba84d172a89e5621c29f2e4359d87bb09f346ff (diff)
downloadampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.tar.gz
ampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.tar.bz2
ampache-8371bcafe75ec3427530c378f2ff2600c91dc56a.zip
really the last commit
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r--templates/show_now_playing_row.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php
index 33ac673b..5a5c93f7 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -29,8 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</div>
<div class="np_cell">
<a title="<?php echo scrub_out($song->f_album); ?>" href="<?php echo $web_path; ?>/albums.php?action=show&amp;album=<?php echo $song->album; ?>">
- <?php echo scrub_out($song->f_album); ?>
- </a> /
+ <?php echo scrub_out($song->f_album); ?></a> /
<a title="<?php echo scrub_out($song->f_artist); ?>" href="<?php echo $web_path; ?>/artists.php?action=show&amp;artist=<?php echo $song->artist; ?>">
<?php echo scrub_out($song->f_artist); ?>
</a>