X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/549be4adbad7801fb4c78a66b23eb63c985b88a7..e5c33c119a9ddd4de149cd8913ed970601103a2b:/app/assets/javascripts/index/query.js diff --git a/app/assets/javascripts/index/query.js b/app/assets/javascripts/index/query.js index 5c6e58170..7d02760ce 100644 --- a/app/assets/javascripts/index/query.js +++ b/app/assets/javascripts/index/query.js @@ -214,28 +214,28 @@ OSM.Query = function (map) { if (interestingFeature(element)) { var $li = $("
")
.text(featurePrefix(element) + " ")
- .appendTo($li);
+ .appendTo($ul);
$("")
.attr("href", "/" + element.type + "/" + element.id)
.text(featureName(element))
- .appendTo($p);
+ .appendTo($li);
}
}
if (results.remark) {
$("