From c65ab6961d4193597ac7ada3af6da76a4bbb1ed3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 15 May 2013 08:47:19 +1200 Subject: Layout and docs. --- libpathod/templates/request_preview.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libpathod/templates/request_preview.html') diff --git a/libpathod/templates/request_preview.html b/libpathod/templates/request_preview.html index db08580e..2717a9b8 100644 --- a/libpathod/templates/request_preview.html +++ b/libpathod/templates/request_preview.html @@ -6,8 +6,8 @@
-
-

Specification:

+
+ Specification:
{% include "request_previewform.html" %} @@ -16,8 +16,8 @@ {% if syntaxerror %}
-
-

Error:

+
+ Error:

{{ syntaxerror }}

@@ -26,8 +26,8 @@
{% elif error %}
-
-

Error:

+
+ Error:

{{ error }}

@@ -35,8 +35,8 @@
{% else %}
-
-

Request:

+
+ Request:
{{ output }}
-- cgit v1.2.3