diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 23:27:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 23:27:52 +0200 |
commit | 533175f7b46b29284c5944dc1d5851bb81f4a3fe (patch) | |
tree | 5845e92cdf08699479152eaf49c3da6cd9696ab4 /cgi/templates/main.html.ep | |
parent | 41c653de19fc9f55b5f500dad3538c77d41a7e14 (diff) |
<ul> may not be contained in <p>
Diffstat (limited to 'cgi/templates/main.html.ep')
-rw-r--r-- | cgi/templates/main.html.ep | 2 |
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 { |