Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 2860898

Browse files
authored
remove <meta> that should be left to a plugin or the user (#405)
1 parent 432e9ae commit 2860898

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/kotlin/kweb/html/HtmlDocumentSupplier.kt

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ internal object HtmlDocumentSupplier {
2424

2525
html.appendElement("head").let { head: Element ->
2626

27-
head.appendElement("meta")
28-
.attr("id", "K_head")
29-
.attr("name", "viewport")
30-
.attr("content", "width=device-width, initial-scale=1.0")
31-
3227
//these css ids denote spans used in render() and renderEach()
3328
head.appendElement("style")
3429
.html(""".rMStart {display: none;}

0 commit comments

Comments
 (0)