This commit is contained in:
shabinder 2021-06-06 01:19:05 +05:30
parent 0716473405
commit 8c8bfd0dd5
2 changed files with 3 additions and 3 deletions

View File

@ -26,5 +26,5 @@ private fun getReplacementText(
${Common.START_SECTION(tagName)}
$newInsertionText
${Common.END_SECTION(tagName)}
""".trimIndent()
"""
}

View File

@ -43,7 +43,7 @@ internal suspend fun updateDownloadCards(
<img src="${getDownloadCard(totalDownloads)}"
height="125" width="280" alt="Total Downloads">
</a>
""".trimIndent(),
""",
secrets.tagName
)
}