From 91bc6112b2039b10e483452e9ccb4904169aa5eb Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 9 Oct 2025 15:17:11 -0400 Subject: [PATCH] Ensure aggregation function dropdowns expand to valid HTML While browsers seem to accept slightly invalid HTML with two double quotes, the V4Pages.py test doesn't. This resolves a test failure inside V4Pages.py, which is only visible after upgrading various dependencies. --- lnt/server/ui/templates/v4_graph.html | 8 ++++---- lnt/server/ui/templates/v4_run.html | 19 ++++++++----------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/lnt/server/ui/templates/v4_graph.html b/lnt/server/ui/templates/v4_graph.html index 79270bf1..4c3b7a7f 100644 --- a/lnt/server/ui/templates/v4_graph.html +++ b/lnt/server/ui/templates/v4_graph.html @@ -143,10 +143,10 @@

Controls

diff --git a/lnt/server/ui/templates/v4_run.html b/lnt/server/ui/templates/v4_run.html index 5ff439e6..6d064c2a 100644 --- a/lnt/server/ui/templates/v4_run.html +++ b/lnt/server/ui/templates/v4_run.html @@ -33,7 +33,7 @@ $('.profile-but-no-prev').tooltip(); $('.profile-prev-only').tooltip(); {% endblock %} - + {% block title %}Run Results{% endblock %} {% macro get_cell_value(cr, field) %} @@ -255,10 +255,10 @@

Parameters

@@ -266,12 +266,9 @@

Parameters