mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
+1
-1
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user