show correct language in html tag

This commit is contained in:
Blobadoodle 2023-04-08 16:54:10 +01:00
parent 5884771dea
commit 5fcf80ab3e

View File

@ -41,7 +41,7 @@ export default function(obj) {
try {
return `<!DOCTYPE html>
<html lang="en">
<html lang="${obj.lang}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=${isIOS ? `1` : `5`}" />