From b31b5971d8744bf94ef0d30f2be0e17c08b93988 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 15 Jul 2026 11:00:25 -0500 Subject: fix: use commas in the viewport meta content The viewport directives were separated with a semicolon, which browsers reject: "';' is not a valid key-value pair separator". Drop the duplicated trailing user-scalable directive that the semicolon introduced. --- static/html/head.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/html/head.htm b/static/html/head.htm index aa36c73..da99c07 100755 --- a/static/html/head.htm +++ b/static/html/head.htm @@ -21,6 +21,6 @@ - + {{end}} \ No newline at end of file -- cgit v1.2.3