formatting

This commit is contained in:
Shish 2019-09-29 14:43:47 +01:00
parent e6a402cd4e
commit ebe4075469

View file

@ -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;