diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-06 22:10:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-06 22:10:58 +0000 |
commit | c1e451729180af2a5749aa93671975e72f8d40a9 (patch) | |
tree | 6476d912a35abde5265df007c6daf132f046bd07 /templates/show_now_playing_row.inc.php | |
parent | 0949ff48904b06438fc4215854d7fa3ba884474e (diff) | |
download | ampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.gz ampache-c1e451729180af2a5749aa93671975e72f8d40a9.tar.bz2 ampache-c1e451729180af2a5749aa93671975e72f8d40a9.zip |
fix some short tags causeing some weirdness in the menu, fixed a typo here and there.
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r-- | templates/show_now_playing_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index cb4331d4..7ba25059 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -31,7 +31,7 @@ $artist = scrub_out(truncate_with_ellipsis($song->f_artist_full,'25')); <a title="<?php echo scrub_out($song->title); ?>" href="<?php echo $web_path; ?>/stream.php?action=single_song&song_id=<?php echo $song->id; ?>"> <?php echo $title; ?> </a> - <div id="rating_<?php echo $song->id; ?>_song"> + <div class="rating_<?php echo $song->id; ?>_song"> <?php Rating::show($song->id,'song'); ?> </div> </td> |