diff --git a/js/id/ui/tag_reference.js b/js/id/ui/tag_reference.js index d96af6de3..9d7e321e0 100644 --- a/js/id/ui/tag_reference.js +++ b/js/id/ui/tag_reference.js @@ -27,8 +27,7 @@ iD.ui.TagReference = function(entity, tag) { } function tagReference(selection) { - wrap = selection.append('div') - .attr('class', 'tag-help cf'); + wrap = selection.classed('tag-help', true); } tagReference.show = function() { @@ -103,4 +102,4 @@ iD.ui.TagReference = function(entity, tag) { }; return tagReference; -}; \ No newline at end of file +};