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.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html
index d98a72f7..a82535e4 100644
--- a/libpathod/templates/response_previewform.html
+++ b/libpathod/templates/response_previewform.html
@@ -1,5 +1,12 @@
<form class="form-inline" method="GET" action="/response_preview">
- <input id="spec" name="spec" class="input-medium search-query" value="{{spec}}">
+ <input
+ style="width: 20em"
+ id="spec"
+ name="spec"
+ class="input-medium search-query"
+ value="{{spec}}"
+ placeholder="code[msg]:[features]"
+ >
<input type="submit" class="btn" value="preview">
{% if not nocraft %}
<a href="#" id="submitspec" class="btn">go to</a>