diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-22 15:12:20 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-26 10:48:42 +0200 |
| commit | 01f098296870cf56f835fa1222607d8216f52811 (patch) | |
| tree | b152c2a1e7154aa38a158f40e1fbeff93b82ea9b /libpathod/templates/request_previewform.html | |
| parent | 5c0f0c2c221edf9e9d94c0ab4ad809e668f04894 (diff) | |
| download | mitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.gz mitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.bz2 mitmproxy-01f098296870cf56f835fa1222607d8216f52811.zip | |
prettify html docs
Diffstat (limited to 'libpathod/templates/request_previewform.html')
| -rw-r--r-- | libpathod/templates/request_previewform.html | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index d3083735..0c6755de 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -1,23 +1,17 @@ <form style="margin-bottom: 0" class="form-inline" method="GET" action="/request_preview"> - <input - style="width: 18em" - id="spec" - name="spec" - class="input-medium" - value="{{spec}}" - placeholder="method:path:[features]" - > + <input style="width: 18em" id="spec" name="spec" class="input-medium" value="{{spec}}" + placeholder="method:path:[features]"> <input type="submit" class="btn" value="preview"> </form> <a class="innerlink" data-toggle="collapse" data-target="#requestexamples">examples</a> <div id="requestexamples" class="collapse"> - <p>Check out the <a href="/docs/language">complete language docs</a>. Here - are some examples to get you started:</p> + <p>Check out the <a href="/docs/language">complete language docs</a>. Here are some examples + to get you started:</p> <table class="table table-bordered"> - <tbody > + <tbody> <tr> <td><a href="/request_preview?spec=get:/">get:/</a></td> <td>Get path /</td> @@ -39,7 +33,9 @@ <td>Drop the connection randomly</td> </tr> <tr> - <td><a href="/request_preview?spec="></a></td> + <td> + <a href="/request_preview?spec="></a> + </td> <td></td> </tr> <tr> |
