diff options
| author | Alexander Pickering <Apickx@cogarr.org> | 2016-05-10 13:17:45 -0400 |
|---|---|---|
| committer | Alexander Pickering <Apickx@cogarr.org> | 2016-05-10 13:17:45 -0400 |
| commit | f86b51feb68b8ae6096cc3d804f5994d7f92095e (patch) | |
| tree | 629ac8b1c50f469e62a382c4857ff76a787205f3 /ws2a/bugview.html | |
| parent | e2e402494ea603c66bfbc19becc908dec8ce71a0 (diff) | |
| parent | 3b86442432c407c7e0ea5cdbc26b7bbc8bdb0cf8 (diff) | |
| download | webpage-f86b51feb68b8ae6096cc3d804f5994d7f92095e.tar.gz webpage-f86b51feb68b8ae6096cc3d804f5994d7f92095e.tar.bz2 webpage-f86b51feb68b8ae6096cc3d804f5994d7f92095e.zip | |
Merge branch 'development'
Diffstat (limited to 'ws2a/bugview.html')
| -rw-r--r-- | ws2a/bugview.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/ws2a/bugview.html b/ws2a/bugview.html index 9257d08..bed71b7 100644 --- a/ws2a/bugview.html +++ b/ws2a/bugview.html @@ -72,17 +72,11 @@ <div class="container"> <form class="form-signin"> <h2 class="form-signin-heading">Leave a comment</h2> - <div class"row"> - <div class="col-sm-4"> - <label for="inputName" class="sr-only">Name</label> - <input id="inputName" class="form-control" placeholder="Screen Name" required="" autofocus="" type="text"> - <label for="inputID" class="sr-only">Identifier</label> - <input id="inputID" class="form-control" placeholder="Password" required="" type="password"> - </div> - <div class="col-sm-4"> - <textarea name="comment" rows="5" cols="50"></textarea> - </div> - </div> + <label for="inputName" class="sr-only">Name</label> + <input id="inputName" class="form-control" placeholder="Screen Name" required="" autofocus="" type="text"> + <label for="inputID" class="sr-only">Identifier</label> + <input id="inputID" class="form-control" placeholder="Password" required="" type="password"> + <textarea name="comment" rows="5" cols="50"></textarea> <img src="/cgi-bin/gencaptcha.cgi"> <input id="solvecaptcha" class="form-control" placeholder="captcha" type="text"> <button class="btn btn-lg btn-primary btn-block" type="Post">Sign in</button> |
