aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhost.py b/fhost.py
index fdc955f..708f103 100755
--- a/fhost.py
+++ b/fhost.py
@@ -354,7 +354,7 @@ def fhost():
maxsizehalf = int(maxsizehalf)
return """<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>{6}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
bgstack15