From 5990b3a6e35ae290d3cfd71f91a8530cfbfa9458 Mon Sep 17 00:00:00 2001 From: nickorlow Date: Wed, 8 Oct 2025 11:53:45 +0000 Subject: [PATCH] Update api/templates/route.html --- api/templates/route.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/route.html b/api/templates/route.html index 1e0fd0f..efb3437 100644 --- a/api/templates/route.html +++ b/api/templates/route.html @@ -149,7 +149,7 @@ document.addEventListener("DOMContentLoaded", () => { {% if let Tracked(live) = live_o %} {% let time = (t + (live.delay * 60.0) as i64) %} {% if live.next_stop_id == Some(*row.stop_id) %} - + {% else %} {% endif %}