diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml
index bf7ae319db45dc045787c5157c2b593960f3242f..bc36068fce91bcafe87cff0984c9929728902b27 100644
--- a/app/views/users/new.html.haml
+++ b/app/views/users/new.html.haml
@@ -1,7 +1,9 @@
 -#
 -# This form is handled entirely by javascript
 -# Please take care when changing element ids.
--# The form hidden when no js is available to prevent submission in the clear.
+-# 
+-# The form is hidden when no js is available 
+-# to prevent submission in the clear.
 -#
 
 - form_options = {url: '/not-used', html: {id: 'new_user', class: user_form_class('form-horizontal'), style: 'display:none'}, validate: true}