diff options
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> |