Skip to content

Commit 3c4b641

Browse files
committed
doc: fix label for in catalog search form
The label for "Supported Hardware Capabilities" search field was pointing to an HTML element with the wrong ID. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 9dd10af commit 3c4b641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_extensions/zephyr/domain/templates/board-catalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</div>
6161

6262
<div class="form-group" style="flex-basis: 100%">
63-
<label for="hw-capabilities">Supported Hardware Capabilities</label>
63+
<label for="tag-input">Supported Hardware Capabilities</label>
6464
<div class="tag-container" id="tag-container">
6565
<input list="tag-list" class="tag-input" id="tag-input"
6666
placeholder="{% if hw_features_present -%}

0 commit comments

Comments
 (0)