summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-12-10 15:17:15 +0100
committerJochen Topf <jochen@topf.org>2011-12-10 15:17:15 +0100
commit7c2ce6812b3a17f67bc4aa9b40b3dd3502a209f3 (patch)
tree11cf717d8799dafd249f6bf918130abce39f3eb0 /web/taginfo.rb
parent5fcd2160b9b7cf7ed8c9b261284ef13c90c1934b (diff)
downloadtaginfo-7c2ce6812b3a17f67bc4aa9b40b3dd3502a209f3.tar
taginfo-7c2ce6812b3a17f67bc4aa9b40b3dd3502a209f3.tar.gz
fix missing label
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 276feb2..fded8a2 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -300,6 +300,8 @@ class Taginfo < Sinatra::Base
:all => trans.t.misc.all,
},
:osm => {
+ :key => trans.t.osm.key,
+ :keys => trans.t.osm.keys,
:value => trans.t.osm.value,
:values => trans.t.osm.values,
:node => trans.t.osm.node,