From 01f098296870cf56f835fa1222607d8216f52811 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 22 Jun 2015 15:12:20 +0200 Subject: prettify html docs --- libpathod/templates/request_preview.html | 58 ++++++++++++++------------------ 1 file changed, 26 insertions(+), 32 deletions(-) (limited to 'libpathod/templates/request_preview.html') diff --git a/libpathod/templates/request_preview.html b/libpathod/templates/request_preview.html index 2717a9b8..25d73679 100644 --- a/libpathod/templates/request_preview.html +++ b/libpathod/templates/request_preview.html @@ -1,6 +1,4 @@ -{% extends "frame.html" %} -{% block body %} - +{% extends "frame.html" %} {% block body %} @@ -15,36 +13,32 @@ {% if syntaxerror %} -
-
- Error: -
-
-

{{ syntaxerror }}

-
{{ marked }}
-
+
+
+ Error:
+
+

{{ syntaxerror }}

+
{{ marked }}
+
+
{% elif error %} -
-
- Error: -
-
-

{{ error }}

-
+
+
+ Error: +
+
+

{{ error }}

+
{% else %} -
-
- Request: -
-
-
{{ output }}
-

Note: pauses are skipped when generating previews!

-
-
-{% endif %} - -{% endblock %} - - +
+
+ Request: +
+
+
{{ output }}
+

Note: pauses are skipped when generating previews!

+
+
+{% endif %} {% endblock %} -- cgit v1.2.3