diff options
Diffstat (limited to 'src/web/helper')
-rw-r--r-- | src/web/helper/image.php | 4 |
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 = ''; |