Skip to content

Commit

Permalink
Fix type in report.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Dec 14, 2017
1 parent 19c5659 commit f913e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/report.js
Expand Up @@ -247,7 +247,7 @@ Zotero.Report.HTML = new function () {
}

content += '\t\t\t\t\t<tr>\n\t\t\t\t\t<th>' + escapeXML(localizedFieldName)
xo + '</th>\n\t\t\t\t\t\t<td' + styleAttrib + '>' + fieldText + '</td>\n\t\t\txo\t\t</tr>\n';
+ '</th>\n\t\t\t\t\t\t<td' + styleAttrib + '>' + fieldText + '</td>\n\t\t\t\t\t</tr>\n';
}

content += '\t\t\t\t</table>\n';
Expand Down

0 comments on commit f913e7a

Please sign in to comment.