Skip to content

Commit 96b34a8

Browse files
authored
Merge pull request #86 from s60yucca/fix-text-align
2 parents 021f201 + 31edc45 commit 96b34a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ZMarkupParser/HTML/Processor/HTMLTagAttributeToMarkupStyleVisitor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ struct HTMLTagStyleAttributeToMarkupStyleVisitor: HTMLTagStyleAttributeVisitor {
194194
return .justified
195195
case "natural":
196196
return .natural
197-
case "right", "start":
197+
case "right", "end":
198198
return .right
199-
case "left", "end":
199+
case "left", "start":
200200
return .left
201201
default:
202202
return nil

0 commit comments

Comments
 (0)