From d6465302066e4d16ef43c0df1f289c040269ce78 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Tue, 16 Dec 2008 16:40:59 +0000 Subject: [PATCH] Fix UTF-8 encoding error char in source file that RichardF introduced --- app/controllers/amf_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- 2.43.2