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