From 4a2baa1abbeb7c95d22223a75a7e41cdee87047f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 10 Nov 2023 10:45:52 -0500 Subject: [PATCH] index.html.in: name origin/destination s after their values They were named originX and destinationX (X = 1,2,...), but that makes it plenty annoying to insert a new one into the list, which I'm about to do. --- index.html.in | 64 +++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/index.html.in b/index.html.in index 0090a68..f92ecae 100644 --- a/index.html.in +++ b/index.html.in @@ -306,116 +306,116 @@
- +
- +
- +
- +
- +
- +
- +
- +

Destination:

- +
- +
- +
- +
- +
- +
- +
- +

OK

-- 2.43.2