summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocations.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r--doc/invocations-http-server/templates/invocations.html4
1 files changed, 2 insertions, 2 deletions
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 %}
- <a href="/filterinvocations/context/{{ entry["key_hex"] | e }}/{{ value["value_hex"] }}"><tt>{{ value["value"] | e }}</tt></a>
+ <a href="/filterinvocations/context/{{ entry["key_hex"] | e }}/{{ value["value_hex"] | e }}"><tt>{{ value["value"] | e }}</tt></a>
{% endfor %}<br>
{% endfor %}
</details>
@@ -33,7 +33,7 @@ Filter by:
{% if loop.index > 1 %}
,
{% endif %}
- <a href="/filterinvocations/remote/prop/{{ entry["key_hex"] | e }}/{{ value["value_hex"] }}"><tt>{{ value["value"] | e }}</tt></a>
+ <a href="/filterinvocations/remote/prop/{{ entry["key_hex"] | e }}/{{ value["value_hex"] | e }}"><tt>{{ value["value"] | e }}</tt></a>
{% endfor %}<br>
{% endfor %}
</details>