diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 4da5021cb..421a0ced4 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -119,6 +119,10 @@ iD.Inspector = function() { .attr('class', function(d) { return 'icon add-' + d; }); + mod.select('.content') + .append('a') + .attr('href', 'http://wiki.openstreetmap.org/wiki/' + en.title) + .text('→ ' + en.title + ' on wiki.osm.org'); mod.select('.content') .append('p') .text(en.description);