Skip to content

Commit 4138e12

Browse files
fhelferschmitz-ilias
authored andcommitted
[Fix] 0046870 UI: aria-label cannot be on div element
1 parent b1d4130 commit 4138e12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/ILIAS/Search/templates/default/tpl.main_menu_search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<!-- BEGIN ov_head -->
88
<div id="ilMMSearchMenu">
99
<p><a id="search_link" target="_top" href="{HREF_SEARCH_LINK}">{TXT_SEARCH_LINK}</a></p>
10-
<div id="mm_search_menu_options" aria-label="{LABEL_SEARCH_OPTIONS}">
11-
<fieldset>
10+
<div id="mm_search_menu_options">
11+
<fieldset aria-label="{LABEL_SEARCH_OPTIONS}">
1212
<legend>{LABEL_SEARCH_OPTIONS}</legend>
1313
<!-- BEGIN position --><input type="radio" name="root_id" value="{ROOT_ID}" checked="checked" id="ilmmsg"/> <label for="ilmmsg"> {TXT_GLOBALLY}</label><br/><!-- END position -->
1414
<!-- BEGIN position_rep -->

0 commit comments

Comments
 (0)