Italian translation fix

This commit is contained in:
jokob-sk
2024-07-12 21:59:34 +10:00
parent d6125ef4e2
commit 129ae92141
3 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,8 @@ function lang($key)
}
}
return $result;
// HTML encode the result before returning
return str_replace("'", ''', $result);
}