Wtf was that
authorLanius Trolling <lanius@laniustrolling.dev>
Sat, 6 Apr 2024 12:45:30 +0000 (08:45 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Sat, 6 Apr 2024 12:45:30 +0000 (08:45 -0400)
src/jvmMain/kotlin/info/mechyrdia/lore/parser_raw.kt

index a1dbfec1148af86f2fb26da0b196f18170c01118..566d282513b2d54a43f4d6e77d5b203ef9cce915 100644 (file)
@@ -112,7 +112,7 @@ enum class RawFactbookFormattingTag(val type: HtmlLexerTag) {
                        a(href = url) { +"Manual page redirect" }
                })
        }),
-       LANG(HtmlTagLexerTag(attributes = ::processRawLanguage, tagMode = HtmlTagMode . INLINE, tagCreator = TagConsumer<*>::span.toTagCreator())),
+       LANG(HtmlTagLexerTag(attributes = ::processRawLanguage, tagMode = HtmlTagMode.INLINE, tagCreator = TagConsumer<*>::span.toTagCreator())),
        
        ALPHABET(HtmlNotSupportedInRawViewTag("Unfortunately, raw view does not support interactive constructed script previews")),
        VOCAB(HtmlNotSupportedInRawViewTag("Unfortunately, raw view does not support interactive constructed language dictionaries")),