diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 07:06:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 07:06:42 +0000 |
commit | 8371bcafe75ec3427530c378f2ff2600c91dc56a (patch) | |
tree | ca9960b0678cc457594a94535ec7e3ea113fa60b /templates/show_now_playing_row.inc.php | |
parent | bba84d172a89e5621c29f2e4359d87bb09f346ff (diff) | |
download | ampache-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.php | 3 |
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&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&artist=<?php echo $song->artist; ?>"> <?php echo scrub_out($song->f_artist); ?> </a> |