summaryrefslogtreecommitdiff
path: root/src/web/helper/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/helper/lang.php')
-rw-r--r--src/web/helper/lang.php2
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>';
}