summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing_row.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-08-06 22:49:46 +0000
committerxgizzmo <xgizzmo@ampache>2007-08-06 22:49:46 +0000
commit462232901205bced3d150f2ac7c8b0bafef00bca (patch)
tree8d9b48dcb8437fead6d5c462b6abd5c8dad85429 /templates/show_now_playing_row.inc.php
parent95e27bc7c0312b52236021bcc3d28425c5a04b60 (diff)
downloadampache-462232901205bced3d150f2ac7c8b0bafef00bca.tar.gz
ampache-462232901205bced3d150f2ac7c8b0bafef00bca.tar.bz2
ampache-462232901205bced3d150f2ac7c8b0bafef00bca.zip
change class back to id for now
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r--templates/show_now_playing_row.inc.php2
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 7ba25059..cb4331d4 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&amp;song_id=<?php echo $song->id; ?>">
<?php echo $title; ?>
</a>
- <div class="rating_<?php echo $song->id; ?>_song">
+ <div id="rating_<?php echo $song->id; ?>_song">
<?php Rating::show($song->id,'song'); ?>
</div>
</td>