Add lang="en" to <html> tag.

This commit is contained in:
evazion
2020-07-03 15:59:45 -05:00
parent 99e88b3dae
commit a0ee4c67a8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title><%= page_title %></title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title><%= page_title %></title>