From aa0d8efe37dd4a0a8105a28323b561b74a135bfe Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 14 May 2025 19:27:25 +0200 Subject: Invocation server: add missing HTML-escape filters in templates --- doc/invocations-http-server/templates/invocation.html | 4 ++-- doc/invocations-http-server/templates/invocations.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index 12ff2736..8dd075e2 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -129,7 +129,7 @@ Inocations {{invocation | e}} @@ -146,7 +146,7 @@ Inocations {{invocation | e}} diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index 62085417..dc518e4a 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -19,7 +19,7 @@ Filter by: {% if loop.index > 1 %} , {% endif %} - {{ value["value"] | e }} + {{ value["value"] | e }} {% endfor %}
{% endfor %} @@ -33,7 +33,7 @@ Filter by: {% if loop.index > 1 %} , {% endif %} - {{ value["value"] | e }} + {{ value["value"] | e }} {% endfor %}
{% endfor %} -- cgit v1.2.3