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_previewform.html | 38 +++++++++++---------------- 1 file changed, 16 insertions(+), 22 deletions(-) (limited to 'libpathod/templates/response_previewform.html') diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html index d91a2a67..51e17814 100644 --- a/libpathod/templates/response_previewform.html +++ b/libpathod/templates/response_previewform.html @@ -1,26 +1,18 @@
- - - {% if not nocraft %} - go - {% endif %} + + {% if not nocraft %} + go {% endif %}
examples
-

Check out the complete language docs. Here - are some examples to get you started:

+

Check out the complete language docs. Here are some examples + to get you started:

- + @@ -35,8 +27,8 @@ - + @@ -66,18 +58,20 @@ - +
200 A basic HTTP 200 response.
200:b@100100 random bytes as the body. A Content-Lenght header is - added, so the disconnect is no longer needed.100 random bytes as the body. A Content-Lenght header is added, so the + disconnect is no longer needed.
200:b@100:h"Etag"="';drop table servers;" 200:b@100:h@1k,ascii_letters='foo' 100 ASCII bytes as the body, randomly generated 100k header name, with the value 'foo'.100 ASCII bytes as the body, randomly generated 100k header name, with + the value 'foo'.
+{% if not nocraft %} +{% endif %} -- cgit v1.2.3 From 427e6d23ef76ab9f113bce1d17e6a7a8cddb275c Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 26 Jun 2015 11:47:39 +0200 Subject: apply js-beautify changes selectivly --- libpathod/templates/response_previewform.html | 28 ++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'libpathod/templates/response_previewform.html') diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html index 51e17814..d46043f3 100644 --- a/libpathod/templates/response_previewform.html +++ b/libpathod/templates/response_previewform.html @@ -1,15 +1,19 @@
- {% if not nocraft %} - go {% endif %} + + {% if not nocraft %} + go + {% endif %}
examples
-

Check out the complete language docs. Here are some examples - to get you started:

+

+ Check out the complete language docs. Here are + some examples to get you started: +

@@ -19,7 +23,9 @@ - + @@ -27,8 +33,10 @@ - + @@ -58,8 +66,10 @@ - +
200:rA basic HTTP 200 response with no Content-Length header. This will hang.A basic HTTP 200 response with no Content-Length header. This will + hang. +
200:da
200:b@100100 random bytes as the body. A Content-Lenght header is added, so the - disconnect is no longer needed. + 100 random bytes as the body. A Content-Lenght header is added, so the disconnect + is no longer needed. +
200:b@100:h"Etag"="';drop table servers;" 200:b@100:h@1k,ascii_letters='foo' 100 ASCII bytes as the body, randomly generated 100k header name, with - the value 'foo'. + 100 ASCII bytes as the body, randomly generated 100k header name, with the value + 'foo'. +
-- cgit v1.2.3