]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo in HTML version of account confirmation message.
authorTom Hughes <tom@compton.nu>
Sun, 30 Sep 2007 08:50:53 +0000 (08:50 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 30 Sep 2007 08:50:53 +0000 (08:50 +0000)
app/views/notifier/signup_confirm.text.html.rhtml

index 2272b01528b90342934894dd11fc8cebaf5e3540..bcb7d46bf42bc72e0e068f42b508c6e886d443bc 100644 (file)
@@ -5,4 +5,4 @@
 
 <p>If this is you, please click the link below to confirm that account.</p>
 
-<p><a href="><%= @url %>"><%= @url %></a></p>
+<p><a href="<%= @url %>"><%= @url %></a></p>