summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocations.html
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2025-05-09 12:24:40 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-05-09 16:21:41 +0200
commit86bbe5ef247dd4c9b4fc051863b477cff3ec799a (patch)
treeb4f972fa15518997f1264975212715921112a251 /doc/invocations-http-server/templates/invocations.html
parent1c4b5c63ca9c4464ac3f1b07c7f1c07ad690f582 (diff)
downloadjustbuild-86bbe5ef247dd4c9b4fc051863b477cff3ec799a.tar.gz
Invocation server: format and spelling fixes
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r--doc/invocations-http-server/templates/invocations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html
index c12b19cf..7cc27f2d 100644
--- a/doc/invocations-http-server/templates/invocations.html
+++ b/doc/invocations-http-server/templates/invocations.html
@@ -14,7 +14,7 @@ Recent Invocations
{% for invocation in invocations %}
<li> <a href="/invocations/{{invocation.name |e}}"><tt>{{ invocation.name | e }}</tt></a>
{% if invocation.subcommand %}
- {{ invocation.subcommand | e }}
+ <tt>{{ invocation.subcommand | e }}</tt>
{% endif %}
{% if invocation.remote_address %}
(on <tt>{{ invocation.remote_address | e }}@{{ invocation.remote_props | e }}</tt>)