From 28683f693e9b5868a7031f825aeed2d409078199 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Tue, 14 Mar 2023 15:05:33 -0400 Subject: [PATCH] A minor change --- src/main/kotlin/info/mechyrdia/data/views_comment.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/info/mechyrdia/data/views_comment.kt b/src/main/kotlin/info/mechyrdia/data/views_comment.kt index 97536a7..904123f 100644 --- a/src/main/kotlin/info/mechyrdia/data/views_comment.kt +++ b/src/main/kotlin/info/mechyrdia/data/views_comment.kt @@ -330,8 +330,8 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin td { +"Creates a numbered list, e.g." ol { - li { +"Item" } - li { +"Another item" } + li { +"First item" } + li { +"Second item" } } } } @@ -442,7 +442,7 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin pre { +tableDemoMarkup } unsafe { raw(tableDemoHtml) } p { - +"The format goes as [td=(width)x(height)]. If one is omitted, then the format can be [td=(width)] or [td=x(height)]" + +"The format goes as [td=(width)x(height)] or [th=(width)x(height)]. If one is omitted, then the format can be [td=(width)] or [td=x(height)]" } table { thead { -- 2.25.1