summaryrefslogtreecommitdiff
path: root/searx/templates/base.html
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-12-03 18:33:05 +0100
committerasciimoo <asciimoo@gmail.com>2013-12-03 18:33:05 +0100
commitf1f0d978cb9e85e5975409e116e74fb3e69ce716 (patch)
tree66daaf846e589b037b05280e04d8f16bd22fbf4f /searx/templates/base.html
parentce544c30c15cdbe8a57c9f8c57f8e848db138ee9 (diff)
[enh] w3c compatibility ++ ui mods
Diffstat (limited to 'searx/templates/base.html')
-rw-r--r--searx/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html
index c98418fc9..c7b55bed7 100644
--- a/searx/templates/base.html
+++ b/searx/templates/base.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
+ <meta charset="UTF-8" />
<meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
<title>{% block title %}{% endblock %}searx</title>