Correct language in HTML viewer

This commit is contained in:
Steffen Lange 2021-01-26 23:51:06 +01:00
parent bb1655f963
commit 23a037b129

View file

@ -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">