]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/new.rhtml
rm double "this"
[rails.git] / app / views / user / new.rhtml
index 681182321fbadb9d8bcad7d78b97b656f2f2c9be..409e30a658de63af6185ae265ed6686b05ea20c2 100644 (file)
@@ -1,7 +1,7 @@
 <h1>Create a user account</h1><br>
 Fill in the form and we'll send you a quick email to activate your account.<br><br>
 
-By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be licensed under this <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.<br><br>
+By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.<br><br>
 
 <%= error_messages_for 'user' %>
 
@@ -12,7 +12,7 @@ By creating an account, you agree that all work uploaded to openstreetmap.org an
   <tr><td>password:</td><td><%= password_field('user', 'pass_crypt',{:size => 50, :maxlength => 255}) %></td></tr>
   <tr><td>retype password:</td><td><%= password_field('user', 'pass_crypt_confirmation',{:size => 50, :maxlength => 255}) %></td></tr>
 </table>
-
+<br>
 <br>
 <input type="submit" value="Signup">