mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
fix wiki link
This commit is contained in:
@@ -50,8 +50,8 @@ iD.ui.preset.wikipedia = function(field, context) {
|
||||
|
||||
link = selection.append('a')
|
||||
.attr('class', 'wiki-link minor')
|
||||
.attr('target', '_blank')
|
||||
.append('span')
|
||||
.attr('target', '_blank');
|
||||
link.append('span')
|
||||
.attr('class','icon out-link');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user