Skip to content

Commit

Permalink
html: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb committed Nov 13, 2021
1 parent 19f9c11 commit 12e8d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/html/text_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ impl FormatSpans {
b"li" => {
format.bullet = Some(true);
}
b"texformatormat" => {
b"textformat" => {
//TODO: Spec says these are all in twips. That doesn't seem to
//match Flash 8.
if let Some(left_margin) = attribute(b"leftmargin") {
Expand Down

0 comments on commit 12e8d3a

Please sign in to comment.