From b1d94a29cab2b2fbdc8eda9cbf1ca60829a1bb86 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Mon, 19 Jan 2026 00:05:56 +0100 Subject: [PATCH] chore: fix HTMLHint attr-value-double-quotes in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e7dcab4..89ac992 100644 --- a/index.html +++ b/index.html @@ -345,7 +345,7 @@ id="custom-firebase-config" class="template-input" style="height: 150px; font-family: monospace; font-size: 0.8rem; resize: vertical" - placeholder='{"apiKey": "...", ...}' + placeholder="{'apiKey': '...', ...}" >