From: David ‘Bombe’ Roden Date: Mon, 9 Mar 2026 06:42:51 +0000 (+0100) Subject: 💄 Add “image” class to the other image as well X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=HEAD;p=rhynodge.git 💄 Add “image” class to the other image as well --- diff --git a/src/main/kotlin/net/pterodactylus/rhynodge/filters/webpages/savoy/MovieState.kt b/src/main/kotlin/net/pterodactylus/rhynodge/filters/webpages/savoy/MovieState.kt index 4348033..da99a35 100644 --- a/src/main/kotlin/net/pterodactylus/rhynodge/filters/webpages/savoy/MovieState.kt +++ b/src/main/kotlin/net/pterodactylus/rhynodge/filters/webpages/savoy/MovieState.kt @@ -65,7 +65,7 @@ class MovieState(@param:JsonProperty val movies: Collection, val newMovie ul { newMovies.forEach { movie -> li("movie") { - img(src = movie.imageUrl) + img(classes = "image", src = movie.imageUrl) div("text") { div("name") { +(movie.name)