X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0de9967b9bd21c8e7c03e060626c4486b149fb2..2c57c66195a2c3a280fb33bf0a8f433d20650516:/app/views/api/ways/show.xml.builder?ds=sidebyside

diff --git a/app/views/api/ways/show.xml.builder b/app/views/api/ways/show.xml.builder
index bcb89cdc6..d520a0844 100644
--- a/app/views/api/ways/show.xml.builder
+++ b/app/views/api/ways/show.xml.builder
@@ -1,5 +1,5 @@
 xml.instruct!
 
 xml.osm(OSM::API.new.xml_root_attributes) do |osm|
-  osm << (render(@ways) || "")
+  osm << (render(@way) || "")
 end