]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/view.rhtml
Close tag properly.
[rails.git] / app / views / user / view.rhtml
index 033240f774747c2a0b8009ceb400f9cc38822f90..965efa6bc198d9a984f330f9c0471d7f7653661c 100644 (file)
@@ -32,7 +32,7 @@
   </form>
 <% end %>
 
-<h3>Description</h3?
+<h3>Description</h3>
 <div id="description"><%= simple_format(@this_user.description) %></div>
 
 <% if @this_user.home_lat.nil? or @this_user.home_lon.nil? %>
@@ -40,7 +40,7 @@
 
   No home location has been set.
   <% if @user and @this_user.id == @user.id %>
-  You can set your home location on your <%= link_to 'settings', :controller => 'user', :action => 'account', :display_name => @user.display_name %> page.
+  If you set your location, a pretty map and stuff will appear below. You can set your home location on your <%= link_to 'settings', :controller => 'user', :action => 'account', :display_name => @user.display_name %> page.
   <% end %>
 <% else %>