Remove bogus trailing slash from GPX namespace URL

This commit is contained in:
Tom Hughes 2010-12-02 19:23:38 +00:00
parent 19d683b4df
commit 7369b7427c

View file

@ -46,7 +46,7 @@ class ApiController < ApplicationController
root = XML::Node.new 'gpx'
root['version'] = '1.0'
root['creator'] = 'OpenStreetMap.org'
root['xmlns'] = "http://www.topografix.com/GPX/1/0/"
root['xmlns'] = "http://www.topografix.com/GPX/1/0"
doc.root = root