Skip to content

Commit 71aa6d5

Browse files
TransZAllenTobiGr
andauthored
Update app/src/main/java/org/schabi/newpipe/streams/SrtFromTtmlWriter.java
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
1 parent 3516667 commit 71aa6d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/streams/SrtFromTtmlWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ private String decodeXmlEntities(final String encodedEntities) {
9999
}
100100

101101
/**
102-
* Handle rare XML entity characters like LF: &#xA;(`\n`)
103-
* , CR: &#xD;(`\r`) and CRLF: (`\r\n`).
102+
* Handle rare XML entity characters like LF: &#xA;(`\n`),
103+
* CR: &#xD;(`\r`) and CRLF: (`\r\n`).
104104
*
105105
* These are technically valid in TTML (XML allows them)
106106
* but unusual in practice, since most TTML line breaks

0 commit comments

Comments
 (0)