From ddcd8c62e2e65f7620a6a728d2694c6391d18c5d Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 12 Mar 2026 17:21:47 -0400 Subject: [PATCH] style(templates): normalize quote style in WebSocket script in admin template - Normalize inconsistent quote usage in admin WebSocket script tag - Change window.location.protocol comparison from single to double quotes - Change error message quotes from single to double quotes - No functional changes - pure formatting cleanup Improves code consistency by standardizing quote style throughout the admin WebSocket initialization script. --- templates/admin.templ | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/templates/admin.templ b/templates/admin.templ index 58f1659..8d5dd2c 100644 --- a/templates/admin.templ +++ b/templates/admin.templ @@ -12,61 +12,62 @@ templ Admin(user User) { - + @Header(user, "/admin")
@AdminSidebar(user, "/admin")