diff options
Diffstat (limited to 'views/hootstream/hootform.ejs')
| -rw-r--r-- | views/hootstream/hootform.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/hootstream/hootform.ejs b/views/hootstream/hootform.ejs index 2dbad9e..49db5b6 100644 --- a/views/hootstream/hootform.ejs +++ b/views/hootstream/hootform.ejs @@ -1,6 +1,6 @@ <div id="hootform"> <form autocomplete="off"> - <input type="text" name="comment" autocomplete="off" required> + <input type="text" name="comment" autocomplete="off" autocapitalize="off" required> <button class="hoot"><%= hoot_text %></button> </form> <div class="errors"></div> |
