diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
commit | edb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch) | |
tree | 02378933fad7247928a95de05664cce47db14037 /src/web/helper/lang.php | |
parent | rework styles with scss (diff) | |
download | xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2 xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip |
finish scss conversion
Diffstat (limited to '')
-rw-r--r-- | src/web/helper/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/helper/lang.php b/src/web/helper/lang.php index f7d69e6..3397d63 100644 --- a/src/web/helper/lang.php +++ b/src/web/helper/lang.php @@ -69,7 +69,7 @@ function ilang($key, if ($text) { echo '<span'; if ($icon) { - echo ' class="ml-sm"'; + echo ' style="margin-left: .5em;"'; } echo '>' . $text . '</span>'; } |