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/response_preview.html | 56 ++++++++++++++----------------- 1 file changed, 26 insertions(+), 30 deletions(-) (limited to 'libpathod/templates/response_preview.html') diff --git a/libpathod/templates/response_preview.html b/libpathod/templates/response_preview.html index ce6a4098..bbce6d6c 100644 --- a/libpathod/templates/response_preview.html +++ b/libpathod/templates/response_preview.html @@ -1,6 +1,4 @@ -{% extends "frame.html" %} -{% block body %} - +{% extends "frame.html" %} {% block body %} @@ -15,34 +13,32 @@ {% if syntaxerror %} -
-
- Error: -
-
-

{{ syntaxerror }}

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

{{ syntaxerror }}

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

{{ error }}

-
+
+
+ Error: +
+
+

{{ error }}

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

Note: pauses are skipped when generating previews!

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

Note: pauses are skipped when generating previews!

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