diff options
author | spocky <spocky@ampache> | 2007-08-19 22:24:24 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-19 22:24:24 +0000 |
commit | ca8242858685571db9825a4f7f0d463153330338 (patch) | |
tree | 3a97ee97919827d7940614c284284f1c49fe579c /templates/show_object_rating.inc.php | |
parent | 3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee (diff) | |
download | ampache-ca8242858685571db9825a4f7f0d463153330338.tar.gz ampache-ca8242858685571db9825a4f7f0d463153330338.tar.bz2 ampache-ca8242858685571db9825a4f7f0d463153330338.zip |
fixed object rating css issue
Diffstat (limited to 'templates/show_object_rating.inc.php')
-rw-r--r-- | templates/show_object_rating.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_object_rating.inc.php b/templates/show_object_rating.inc.php index d2908b5f..ad512c0d 100644 --- a/templates/show_object_rating.inc.php +++ b/templates/show_object_rating.inc.php @@ -57,6 +57,6 @@ else echo "$rating->rating of 5</li>\n"; <?php // Add in the 0 / Remove rating level - echo "<span class=\"zero-stars\">" . Ajax::text($base_url . '&rating=-1','','rating0_' . $rating->id,'','zero-stars') . "</span>\n"; + echo "<div class=\"zero-stars\">" . Ajax::text($base_url . '&rating=-1','','rating0_' . $rating->id,'','zero-stars') . "</div>\n"; echo "</div>\n"; ?> |