diff --git a/js/id/id.js b/js/id/id.js index 3aa6802f3..9d92d890a 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -220,9 +220,9 @@ window.iD = function(container) { about.append('ul') .attr('id','about') .attr('class','pad1 fillD about-block link-list') - .html("
  • view code
  • " + - "
  • report a bug
  • " + - "
  • imagery provided by bing
  • "); + .html("
  • view code
  • " + + "
  • report a bug
  • " + + "
  • imagery provided by bing
  • "); var contributors = about.append('div') .attr('id', 'user-list')