Use unescaped "<sup>" in HTML output in citeproc-js
This commit is contained in:
parent
66e121a4ed
commit
df10b726de
1 changed files with 1 additions and 1 deletions
|
@ -9214,7 +9214,7 @@ CSL.Output.Formats.prototype.html = {
|
|||
.replace(" ", "  ", "g")
|
||||
.replace(CSL.SUPERSCRIPTS_REGEXP,
|
||||
function(aChar) {
|
||||
return "<sup>" + CSL.SUPERSCRIPTS[aChar] + "</sup>";
|
||||
return "<sup>" + CSL.SUPERSCRIPTS[aChar] + "</sup>";
|
||||
});
|
||||
},
|
||||
"bibstart": "<div class=\"csl-bib-body\">\n",
|
||||
|
|
Loading…
Reference in a new issue