mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 08:50:32 +02:00
Field: Fix html tag type of wikidata label (#10144)
The `span` need to be a `div` after https://github.com/openstreetmap/iD/pull/10127/files
This commit is contained in:
@@ -106,7 +106,7 @@ export function uiFieldWikidata(field, context) {
|
||||
.attr('class', function(d) { return 'labeled-input preset-wikidata-' + d; });
|
||||
|
||||
enter
|
||||
.append('span')
|
||||
.append('div')
|
||||
.attr('class', 'label')
|
||||
.html(function(d) { return t.html('wikidata.' + d); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user