From a83d234a0ccb9d9c76322997b97a0d5ea352515b Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sat, 24 Oct 2020 21:07:40 +0200 Subject: [PATCH] Add viewport meta tag for mobile friendly chat --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index f2863a6..37bbb79 100644 --- a/chat.php +++ b/chat.php @@ -316,7 +316,7 @@ function credit() : string { } function meta_html() : string { - return ''; + return ''; } function form(string $action, string $do='') : string {