diff options
author | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:02:49 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:02:49 +0100 |
commit | 748fa7f75f2349e4a093698aaa54f6218aca3170 (patch) | |
tree | febee96afbf32c146a7674e7983ee0f47bd674ce | |
parent | ba131c842d70440d240105de4ddcbe710ad9c894 (diff) | |
download | searxng-748fa7f75f2349e4a093698aaa54f6218aca3170.tar.gz searxng-748fa7f75f2349e4a093698aaa54f6218aca3170.zip |
[mod] html5 doctype
-rw-r--r-- | searx/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html index 848d3356f..b5c124cfa 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |