We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04152a commit ab3e611Copy full SHA for ab3e611
src/server/public/index.html
@@ -72,7 +72,7 @@ <h4>Issues</h4>
72
$('#resources').empty();
73
$.each(data, function(key, value) {
74
$('#resources')
75
- .append('<li><a href="http://github.com/%3Cspan%20class="x x-first x-last">/'+ key + '">' + key + '</a></li>');
+ .append('<li><a href="'+ key + '">' + key + '</a></li>');
76
})
77
78
0 commit comments