Whitespace

This commit is contained in:
Tim Schaub
2016-01-02 11:26:31 -07:00
parent 23f3e21ba4
commit 38d0e98ff5
4 changed files with 11 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ function getLinkToApiHtml(requires) {
var lis = requires.map(function(symb) {
var href = '../apidoc/' + symb + '.html';
return '<li><a href="' + href + '" title="API documentation for ' +
symb +'">' + symb + '</a></li>';
symb + '">' + symb + '</a></li>';
});
return '<ul class="inline">' + lis.join() + '</ul>';
}