From a480a22c60fe40a3f0db3a5ae154a58334fbe9dc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 2 Nov 2023 20:26:31 -0400 Subject: [PATCH] index.html.in: fix comment header alignment --- index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html.in b/index.html.in index 4e6c5f2..1b1eaba 100644 --- a/index.html.in +++ b/index.html.in @@ -420,9 +420,9 @@ /* Otherwise, leave it at "F" */ } - /******************************/ + /************************/ /* Set the service name */ - /******************************/ + /************************/ function set_service_name() { const sid = document.getElementById("servicename"); -- 2.43.2