mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
show correct language in html tag
This commit is contained in:
parent
5884771dea
commit
5fcf80ab3e
@ -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`}" />
|
||||
|
Loading…
Reference in New Issue
Block a user