summaryrefslogtreecommitdiff
path: root/includes/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/lang.php')
-rw-r--r--includes/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/lang.php b/includes/lang.php
index 3c4d219..2b7bbd7 100644
--- a/includes/lang.php
+++ b/includes/lang.php
@@ -28,5 +28,5 @@ function genLang($lf): void {
function l($entry) {
global $_lang;
- return $_lang[$entry] ?? $entry;
+ return $_lang[$entry] ?? strip_tags($entry);
} \ No newline at end of file