summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-02-24 16:02:48 +0000
committerDavid Baker <dave@matrix.org>2015-02-24 16:02:48 +0000
commit4212e7a049b0eeb4d980c848eb3b3aad590cefd1 (patch)
tree9fc9466991e9e1cd7233c95fc098153c66f55a00 /static
parentUse standard form submission so the go button on the keyboard works. (diff)
downloadsynapse-4212e7a049b0eeb4d980c848eb3b3aad590cefd1.tar.xz
tabs/spaces
Diffstat (limited to 'static')
-rw-r--r--static/client/register/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/static/client/register/index.html b/static/client/register/index.html
index 1650c97116..600b3ee41e 100644
--- a/static/client/register/index.html
+++ b/static/client/register/index.html
@@ -10,19 +10,19 @@
 </head>
 <body onload="matrixRegistration.onLoad()">
 <form id="registrationForm" onsubmit="matrixRegistration.signUp(); return false;">
-	<div>
+    <div>
         Create account:<br/>
         
         <div style="text-align: center">
-       	    <input id="desired_user_id" size="32" type="text" placeholder="Matrix ID (e.g. bob)" autocapitalize="off" autocorrect="off" />
-        	<br/>
-        	<input id="pwd1" size="32" type="password" placeholder="Type a password"/>
-        	<br/>
-        	<input id="pwd2" size="32" type="password" placeholder="Confirm your password"/>
-        	<br/>
+            <input id="desired_user_id" size="32" type="text" placeholder="Matrix ID (e.g. bob)" autocapitalize="off" autocorrect="off" />
+            <br/>
+            <input id="pwd1" size="32" type="password" placeholder="Type a password"/>
+            <br/>
+            <input id="pwd2" size="32" type="password" placeholder="Confirm your password"/>
+            <br/>
             <span id="feedback" style="color: #f00"></span>
             <br/>
-        	<div id="regcaptcha"></div>
+            <div id="regcaptcha"></div>
 
             <button type="submit" style="margin: 10px">Sign up</button>
         </div>