summaryrefslogtreecommitdiff
path: root/src/web/helper
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 04:15:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 04:17:05 -0500
commit4334596d4bebc9a76f5ca8400813847eef5b3bb7 (patch)
tree4bd2229fd48715bcf4ae96bc3d070b7f3c29aa58 /src/web/helper
parentadd lang column to user (diff)
downloadxssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.gz
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.bz2
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.zip
rework styles with scss
Diffstat (limited to '')
-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 = '';