mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
trim fix
This commit is contained in:
parent
0716473405
commit
8c8bfd0dd5
@ -24,7 +24,7 @@ private fun getReplacementText(
|
|||||||
): String {
|
): String {
|
||||||
return """
|
return """
|
||||||
${Common.START_SECTION(tagName)}
|
${Common.START_SECTION(tagName)}
|
||||||
$newInsertionText
|
$newInsertionText
|
||||||
${Common.END_SECTION(tagName)}
|
${Common.END_SECTION(tagName)}
|
||||||
""".trimIndent()
|
"""
|
||||||
}
|
}
|
@ -43,7 +43,7 @@ internal suspend fun updateDownloadCards(
|
|||||||
<img src="${getDownloadCard(totalDownloads)}"
|
<img src="${getDownloadCard(totalDownloads)}"
|
||||||
height="125" width="280" alt="Total Downloads">
|
height="125" width="280" alt="Total Downloads">
|
||||||
</a>
|
</a>
|
||||||
""".trimIndent(),
|
""",
|
||||||
secrets.tagName
|
secrets.tagName
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user