diff --git a/system/templates/account.create.js.html.twig b/system/templates/account.create.js.html.twig
index 6a1b447c..01bbfc2c 100644
--- a/system/templates/account.create.js.html.twig
+++ b/system/templates/account.create.js.html.twig
@@ -79,7 +79,7 @@
 					$('#account_error').html(data.error);
 					$('#account_indicator').attr('src', 'images/global/general/nok.gif');
 				}
-				
+
 				$('#account_indicator').show();
 			}
 		);
@@ -127,7 +127,7 @@
 					$('#email_error').html(data.error);
 					$('#email_indicator').attr('src', 'images/global/general/nok.gif');
 				}
-				
+
 				$('#email_indicator').show();
 			}
 		);
@@ -188,7 +188,7 @@
 					$('#password_indicator').attr('src', 'images/global/general/nok.gif');
 					$('#password2_indicator').attr('src', 'images/global/general/nok.gif');
 				}
-				
+
 				$('#password_indicator').show();
 				$('#password2_indicator').show();
 			}