Correct language in HTML viewer
This commit is contained in:
parent
bb1655f963
commit
23a037b129
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ $db->sort();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="de">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue