Trim Mangadex descriptions, fixes extra blank lines
This commit is contained in:
parent
8e03375664
commit
114fb723dc
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class MdUtil {
|
|||
englishDescriptionTags.forEach {
|
||||
newDescription = newDescription.replace(it, "")
|
||||
}
|
||||
return cleanString(newDescription)
|
||||
return cleanString(newDescription).trim()
|
||||
}
|
||||
|
||||
fun getImageUrl(attr: String): String {
|
||||
|
|
|
|||
Loading…
Reference in a new issue