formatting
This commit is contained in:
parent
e6a402cd4e
commit
ebe4075469
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class CustomViewImageTheme extends ViewImageTheme
|
|||
if ($image->rating == null || $image->rating == "?") {
|
||||
$image->rating = "?";
|
||||
}
|
||||
$h_rating = Ratings::rating_to_human($image->rating);
|
||||
$html .= "<br>Rating: $h_rating";
|
||||
$h_rating = Ratings::rating_to_human($image->rating);
|
||||
$html .= "<br>Rating: $h_rating";
|
||||
}
|
||||
|
||||
return $html;
|
||||
|
|
Reference in a new issue