diff options
Diffstat (limited to 'templates/show_object_rating_static.inc.php')
-rw-r--r-- | templates/show_object_rating_static.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_object_rating_static.inc.php b/templates/show_object_rating_static.inc.php index 38252f32..a0b60206 100644 --- a/templates/show_object_rating_static.inc.php +++ b/templates/show_object_rating_static.inc.php @@ -24,7 +24,7 @@ $base_url = Config::get('ajax_url') . '?action=set_rating&rating_type=' . $r //set the background to no stars -echo "<ul class=\"star-rating\">\n"; +echo "<ul class=\"static-star-rating\">\n"; /* Handle the "Not rated" possibility */ if ($rating->rating == '-1') { |