fixes closing </td> tag
This commit is contained in:
parent
4e63d06d89
commit
8188b9756c
|
@ -647,7 +647,7 @@ Zotero.CSL.prototype.formatBibliography = function(itemSet, format) {
|
|||
if(this.class == "note" && isCitation) {
|
||||
output += "<li>"+string+span+"</li>\r\n";
|
||||
} else if(secondFieldAlign) {
|
||||
output += '<tr style="vertical-align:top;"><td>'+string+span+"<td></tr>\r\n";
|
||||
output += '<tr style="vertical-align:top;"><td>'+string+span+"</td></tr>\r\n";
|
||||
for(var j=0; j<entrySpacing; j++) {
|
||||
output += '<tr><td colspan="2"> </td></tr>\r\n';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user