Browse Source

Add language attr to HTML document

pm2
Luke Childs 8 years ago
parent
commit
78cff41b72
  1. 2
      views/index.html

2
views/index.html

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tor Explorer{{ ' - ' + pageTitle | title if pageTitle else '' }}</title>

Loading…
Cancel
Save