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