1. code cleanup

2. changed captilization of "Co-authors"
This commit is contained in:
cdtank 2010-07-21 17:58:19 +00:00
parent 8bc605e545
commit 7a07c45271
2 changed files with 1 additions and 6 deletions

View file

@ -204,7 +204,7 @@ function createTable(tableID, tableContainer, tableData) {
var table = $('<table>');
table.attr('id', tableID);
table.append($('<caption>').html("Co-Authors <a href=\"" + egoCoAuthorsListDataFileURL + "\">(.CSV File)</a>"));
table.append($('<caption>').html("Co-authors <a href=\"" + egoCoAuthorsListDataFileURL + "\">(.CSV File)</a>"));
var header = $('<thead>');