diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-30 17:29:36 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-30 17:29:36 +1200 |
| commit | e52a37ffa962f662cfcab8056c8af5b0ac9f416b (patch) | |
| tree | a7d9f4edf1080422edd19f1360298e914628e675 /libpathod/templates/response_previewform.html | |
| parent | e26aac1d3c6e4ca9f09cffa9d61d5a632dc35f14 (diff) | |
| download | mitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.tar.gz mitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.tar.bz2 mitmproxy-e52a37ffa962f662cfcab8056c8af5b0ac9f416b.zip | |
Cleanup of libpathod.test, test example for front page.
Diffstat (limited to 'libpathod/templates/response_previewform.html')
| -rw-r--r-- | libpathod/templates/response_previewform.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html index 19e28d08..6c2efded 100644 --- a/libpathod/templates/response_previewform.html +++ b/libpathod/templates/response_previewform.html @@ -1,6 +1,6 @@ <form style="margin-bottom: 0" class="form-inline" method="GET" action="/response_preview"> <input - style="width: 20em" + style="width: 18em" id="spec" name="spec" class="input-medium search-query" @@ -9,7 +9,7 @@ > <input type="submit" class="btn" value="preview"> {% if not nocraft %} - <a href="#" id="submitspec" class="btn">go to</a> + <a href="#" id="submitspec" class="btn">go</a> {% endif %} </form> |
