From: Lanius Trolling Date: Sun, 19 May 2024 10:39:17 +0000 (-0400) Subject: Fix Pokhwalish alphabet HTML output X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=47e621b7b1148f1a460786f28fd802fe7d5ca4b3;p=factbooks Fix Pokhwalish alphabet HTML output --- diff --git a/src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt b/src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt index 62df0d0..81e86a4 100644 --- a/src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt +++ b/src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt @@ -536,7 +536,7 @@ enum class FactbookFormattingTag(val type: HtmlLexerTag) { } else if ("pokhval".equals(param, ignoreCase = true) || "pochval".equals(param, ignoreCase = true) || "pokhwal".equals(param, ignoreCase = true)) { val pokhwal = PokhwalishAlphabetFont.pokhwalToFontAlphabet(content.treeToText()) ({ - span(classes = "lang-pokhval") { +pokhwal } + span(classes = "lang-pokhwal") { +pokhwal } }) } else { val foreign = content.treeToText()