summaryrefslogtreecommitdiff
path: root/ws2a/bugview.html
diff options
context:
space:
mode:
Diffstat (limited to 'ws2a/bugview.html')
-rw-r--r--ws2a/bugview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ws2a/bugview.html b/ws2a/bugview.html
index 2e17c6d..c0cf3fa 100644
--- a/ws2a/bugview.html
+++ b/ws2a/bugview.html
@@ -76,9 +76,9 @@
<input id="inputName" name="name" class="form-control" placeholder="Screen Name" required="" autofocus="" type="text">
<label for="inputID" class="sr-only">Identifier</label>
<input id="inputID" name="id" class="form-control" placeholder="Identifier" required="" type="password">
- <textarea name="comment" rows="5" cols="50"></textarea>
+ <textarea class="form-control" name="comment" rows="5" cols="50"></textarea>
<div id="captcha"></div>
- <input id="solvecaptcha" name="captcha" class="form-control" placeholder="captcha" type="text">
+ <input class="form-group" id="solvecaptcha" name="captcha" class="form-control" placeholder="captcha" type="text">
<input type="hidden" name="bugid" id=bgid>
<button class="btn btn-lg btn-primary btn-block" type="Post">Post</button>
</form>