diff --git a/tpl/part/comments.tpl b/tpl/part/comments.tpl
index 1eb8ee457adab92e3717ce44c9299791631cf9de..0002b5056a7862725a830c1973c6476f01dc9691 100644
--- a/tpl/part/comments.tpl
+++ b/tpl/part/comments.tpl
@@ -16,7 +16,7 @@
                 <fieldset id="add-comment"><legend>{__('Comments', 'Add a comment to the poll')}</legend>
                     <div class="form-group">
                         <label for="comment_name" class="control-label">{__('Generic', 'Your name')}</label>
-                        <input type="text" name="name" id="comment_name" class="form-control" />
+                        <input type="text" name="name" id="comment_name" class="form-control" maxlength="60" />
                     </div>
                     <div class="form-group">
                         <label for="comment" class="control-label">{__('Comments', 'Your comment')}</label>
@@ -30,4 +30,4 @@
             <div class="clearfix"></div>
         </div>
     </form>
-{/if}
\ No newline at end of file
+{/if}