diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-03 18:33:05 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-03 18:33:05 +0100 |
| commit | f1f0d978cb9e85e5975409e116e74fb3e69ce716 (patch) | |
| tree | 66daaf846e589b037b05280e04d8f16bd22fbf4f /searx/templates/index.html | |
| parent | ce544c30c15cdbe8a57c9f8c57f8e848db138ee9 (diff) | |
[enh] w3c compatibility ++ ui mods
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index af9fc0942..4d13b77e7 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -2,7 +2,7 @@ {% block content %} {% include 'github_ribbon.html' %} <div class="center"> - <h1 class="title"><div>searx</div></h1> + <div class="title"><h1>searx</h1></div> {% include 'search.html' %} <p class="top_margin"> <a href="/about" class="hmarg">about</a> |