aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/response_previewform.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/response_previewform.html')
-rw-r--r--libpathod/templates/response_previewform.html4
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>