Also forward help link as html instead of text

re: #2674
This commit is contained in:
Bryan Housel
2015-06-02 11:12:14 -04:00
parent 9ae9d91a90
commit 39895b4c7d
+1 -1
View File
@@ -86,7 +86,7 @@ iD.ui.Help = function(context) {
.on('click', function() {
clickHelp(docs[i + 1], i + 1);
});
nextLink.append('span').text(docs[i + 1].title);
nextLink.append('span').html(docs[i + 1].title);
nextLink.append('span').attr('class', 'icon forward blue');
}
}