From ba9c36e6915fbae53e073754b434c50508fc5da9 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 6 Mar 2026 14:51:39 +0000 Subject: [PATCH] fix: use text input for inline link URL to avoid browser url validation Co-Authored-By: Claude Opus 4.6 --- templates/contact_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contact_form.html b/templates/contact_form.html index 35c83b2..551e0f7 100644 --- a/templates/contact_form.html +++ b/templates/contact_form.html @@ -70,7 +70,7 @@ var row = document.createElement('div'); row.className = 'flex gap-2 items-center mb-2 contact-link-row'; row.innerHTML = '' + - '' + + '' + '' + ''; document.getElementById('contact-links-list').appendChild(row);