Skip to content

Commit 6370d4b

Browse files
committed
Revise previous commit: one further scr / sty case.
1 parent 1fa5e9c commit 6370d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/TeXMath/Writers/OMML.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ setProps tt =
121121
TextBoldScript -> [scr "script", sty "b"]
122122
TextBoldFraktur -> [scr "fraktur", sty "b"]
123123
TextSansSerifItalic -> [scr "sans-serif", sty "i"]
124-
TextSansSerifBoldItalic -> [sty "bi", scr "sans-serif"]
124+
TextSansSerifBoldItalic -> [scr "sans-serif", sty "bi"]
125125
where sty x = mnodeA "sty" x ()
126126
scr x = mnodeA "scr" x ()
127127

0 commit comments

Comments
 (0)