From 47e621b7b1148f1a460786f28fd802fe7d5ca4b3 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Sun, 19 May 2024 06:39:17 -0400 Subject: [PATCH] Fix Pokhwalish alphabet HTML output --- src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.25.1