summaryrefslogtreecommitdiff
path: root/src/web/helper/image.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/helper/image.php')
-rw-r--r--src/web/helper/image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/helper/image.php b/src/web/helper/image.php
index 1b6650f..6d42678 100644
--- a/src/web/helper/image.php
+++ b/src/web/helper/image.php
@@ -10,9 +10,9 @@ function image(
$mime = NULL,
): string {
if ($class) {
- $class = 'image-loading ' . $class;
+ $class = 'image loading ' . $class;
} else {
- $class = 'image-loading';
+ $class = 'image loading';
}
$content = '';