]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Fix the changeset feed to put the description in as raw HTML so we
[rails.git] / app / controllers / user_controller.rb
index fa0adef564aed4c7e236a895111f7f4c6a5234b6..c3ab012e387edadd0d32f5ba4b380b60a1ead586 100644 (file)
@@ -251,6 +251,7 @@ class UserController < ApplicationController
     if @this_user
       @title = @this_user.display_name
     else
+      @title = t 'user.no_such_user.title'
       @not_found_user = params[:display_name]
       render :action => 'no_such_user', :status => :not_found
     end