summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocation.html
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2025-05-13 13:06:24 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-05-13 18:58:59 +0200
commit21e3bebd24cfd7569bc4847805d15858c4e66d30 (patch)
tree8da3f4854ef5d40d4a391fa7b8fda121f2447e06 /doc/invocations-http-server/templates/invocation.html
parent30116c63bbfe6f538315e1a75b31d92d0b9ccca7 (diff)
downloadjustbuild-21e3bebd24cfd7569bc4847805d15858c4e66d30.tar.gz
Invocation server: adapt style
Diffstat (limited to 'doc/invocations-http-server/templates/invocation.html')
-rw-r--r--doc/invocations-http-server/templates/invocation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html
index 04549b2e..423b6931 100644
--- a/doc/invocations-http-server/templates/invocation.html
+++ b/doc/invocations-http-server/templates/invocation.html
@@ -95,7 +95,7 @@ Inocations {{invocation | e}}
<h2>Overview</h2>
<ul>
{% if cmd %}
- <li> Subcommand and positional arguments: <tt>{{ cmd | e }}</tt></li>
+ <li> Subcommand and positional arguments: <span id="invocation-target"><tt>{{ cmd | e }}</tt></span></li>
{% endif %}
{% if cmdline %}
<li> Full command line: <tt>{{ cmdline | e }}</tt></li>