A minor change
authorLanius Trolling <lanius@laniustrolling.dev>
Tue, 14 Mar 2023 19:05:33 +0000 (15:05 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Tue, 14 Mar 2023 19:05:33 +0000 (15:05 -0400)
src/main/kotlin/info/mechyrdia/data/views_comment.kt

index 97536a7bc0ca7bcd23befa791bf735d93ba7bb61..904123f35fa44e4e7afadf66ab48240f74880555 100644 (file)
@@ -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 {