From e3b1e75d4d0f6a06e8cd83ed4bc8a16c52fed028 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 6 Nov 2024 21:57:56 -0600 Subject: [PATCH] fix: Do not autocapitalize shorturl on mobile devices --- resources/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/index.html b/resources/index.html index be08ed4..df04722 100644 --- a/resources/index.html +++ b/resources/index.html @@ -38,7 +38,7 @@
+ pattern="[a-z0-9\-_]+" title="Only a-z, 0-9, - and _ are allowed" autocapitalize="off"/>