Update HtmlFormatter.kt

简化
pull/1123/head
bushixuanqi 4 years ago committed by GitHub
parent c74832fb71
commit e85a7ac5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/utils/HtmlFormatter.kt

@ -68,7 +68,7 @@ object HtmlFormatter {
url.substring(0, pos)
)
},${
url.substring( pos + 1 ).trim{ it <'!' }
url.substring(pos + 1 )
}\">"
)
appendPos = matcher.end()

Loading…
Cancel
Save