summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-27 23:27:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-27 23:27:52 +0200
commit533175f7b46b29284c5944dc1d5851bb81f4a3fe (patch)
tree5845e92cdf08699479152eaf49c3da6cd9696ab4
parent41c653de19fc9f55b5f500dad3538c77d41a7e14 (diff)
<ul> may not be contained in <p>
-rw-r--r--cgi/templates/main.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/main.html.ep b/cgi/templates/main.html.ep
index d532800..54b3196 100644
--- a/cgi/templates/main.html.ep
+++ b/cgi/templates/main.html.ep
@@ -76,6 +76,7 @@ height="<%= $height * 5 %>" width="<%= $width * 5 %>"></iframe>
</p>
<p>
Data is cached for 1 minute: JSON format:
+</p>
<ul>
<li>error: err string if an error occured, otherwise null</li>
<li>preformatted: strings used by the PNG / HTML frontend</li>
@@ -99,7 +100,6 @@ documentation
</li>
<li>version: Program version (string, not numeric)</li>
</ul>
-</p>
% }
% }
% else {