From 077992f0df0c3b64eaeb37e95e7e499c20f7efb9 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 7 Jan 2013 16:56:24 -0500 Subject: [PATCH] Links should not redirect this page ever. --- js/id/id.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')