From: Tom Hughes Date: Tue, 14 Aug 2007 00:00:35 +0000 (+0000) Subject: Remove bogus setting of title attribute. X-Git-Tag: live~8236 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/289eac6bcdc05ea16c46aaf75d9230f6e2d151d8 Remove bogus setting of title attribute. --- diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index 8804da78a..94a7415f0 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -10,7 +10,6 @@ class TraceController < ApplicationController display_name = params[:display_name] if target_user.nil? and !display_name.blank? @display_name = display_name - @title += " from #{@display_name}" target_user = User.find(:first, :conditions => [ "display_name = ?", display_name]) end