]> git.openstreetmap.org Git - rails.git/commitdiff
Close tag properly.
authorTom Hughes <tom@compton.nu>
Sun, 24 Feb 2008 17:39:55 +0000 (17:39 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 24 Feb 2008 17:39:55 +0000 (17:39 +0000)
app/views/user/view.rhtml

index dd02c5e983d86ee989147ddd9b7eaead4cf10875..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? %>