logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 748fa7f75f2349e4a093698aaa54f6218aca3170
parent: ba131c842d70440d240105de4ddcbe710ad9c894
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue,  3 Dec 2013 14:02:49 +0100

[mod] html5 doctype

Diffstat:

Msearx/templates/base.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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" />