Fix Pokhwalish alphabet HTML output
authorLanius Trolling <lanius@laniustrolling.dev>
Sun, 19 May 2024 10:39:17 +0000 (06:39 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Sun, 19 May 2024 10:39:17 +0000 (06:39 -0400)
src/jvmMain/kotlin/info/mechyrdia/lore/ParserHtml.kt

index 62df0d08c9978f2914dc03f311caccd25eeef0cf..81e86a4615c7bee520c47c392354e5136fec8d8e 100644 (file)
@@ -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()