mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
Merge pull request #3375 from matkoniecz/patch-1
add missing space in taginfo listing
This commit is contained in:
commit
e53eb79923
@ -35,7 +35,7 @@ function print_taginfo()
|
|||||||
for _, k in ipairs(flex.TAGINFO_MAIN.keys) do
|
for _, k in ipairs(flex.TAGINFO_MAIN.keys) do
|
||||||
local desc = get_key_description(k, 'POI/feature in the search database')
|
local desc = get_key_description(k, 'POI/feature in the search database')
|
||||||
if flex.TAGINFO_MAIN.delete_tags[k] ~= nil then
|
if flex.TAGINFO_MAIN.delete_tags[k] ~= nil then
|
||||||
desc.description = string.format('%s(except for values: %s).', desc.description,
|
desc.description = string.format('%s (except for values: %s).', desc.description,
|
||||||
table.concat(flex.TAGINFO_MAIN.delete_tags[k], ', '))
|
table.concat(flex.TAGINFO_MAIN.delete_tags[k], ', '))
|
||||||
end
|
end
|
||||||
table.insert(tags, desc)
|
table.insert(tags, desc)
|
||||||
|
Loading…
Reference in New Issue
Block a user