From: Shaun McDonald Date: Tue, 16 Dec 2008 16:40:59 +0000 (+0000) Subject: Fix UTF-8 encoding error char in source file that RichardF introduced X-Git-Tag: live~7601^2~89 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d6465302066e4d16ef43c0df1f289c040269ce78?ds=inline Fix UTF-8 encoding error char in source file that RichardF introduced --- diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 2bd7a4108..936dcbe1b 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -512,7 +512,7 @@ class AmfController < ApplicationController uniques = way.unshared_node_ids end - #Ê-- Update each changed node + #-- Update each changed node nodeversions = {} nodes.each do |a|