Fix typo that causes italics to be lost in some circumstances

This commit is contained in:
Davide P. Cervone 2012-02-02 19:08:45 -05:00
parent a9a3635ec0
commit 99bb83a86f
8 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1758,7 +1758,7 @@
var span = this.HTMLspanElement();
if (span.style.fontFamily) {values.fontfamily = span.style.fontFamily}
if (span.style.fontWeight) {values.fontweight = span.style.fontWeight}
if (span.style.fontStyle) {values.fontStyle = span.style.fontStyle}
if (span.style.fontStyle) {values.fontstyle = span.style.fontStyle}
}
var variant = values.mathvariant; if (this.variantForm) {variant = "-"+HTMLCSS.fontInUse+"-variant"}
if (values.fontfamily && !this.mathvariant) {