summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-03 09:31:12 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-03 09:31:12 +0200
commit41167273786ab3d22c540d6a8219e1bf16281124 (patch)
tree76be826b30ac3d966fbfa134640ba4bb420b3b15 /templates
parentba85a8d99bc7d21e0cc66ae6f03ad8e1078afc66 (diff)
fix broken <li>
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html.ep5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep
index dc9c65a..30240ed 100644
--- a/templates/main.html.ep
+++ b/templates/main.html.ep
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title><%= $title %></title>
<meta charset="utf-8">
@@ -191,10 +191,9 @@ kind.
<span class="notes">notes:</span>
<ul>
<li>The EFA backend does not support Umlauts</li>
-<li><a href="/Essen/Martinstr?no_lines=8">Example</a>
+<li><a href="/Essen/Martinstr?no_lines=8">Example</a></li>
<li>See also <a href="http://dbf.finalrewind.org/">db-infoscreen</a> for an
interface optimized for Deutsche Bahn departure data</li>
-</li>
</ul>
</div> <!-- notes -->