diff options
Diffstat (limited to 'libpathod/templates/request_previewform.html')
-rw-r--r-- | libpathod/templates/request_previewform.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index d3083735..91b5598a 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -1,23 +1,19 @@ <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 +35,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> |