diff options
Diffstat (limited to 'site/content/docs/5.3/examples/dropdowns/index.html')
| -rw-r--r-- | site/content/docs/5.3/examples/dropdowns/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/examples/dropdowns/index.html b/site/content/docs/5.3/examples/dropdowns/index.html index 6dc038316..099b412ca 100644 --- a/site/content/docs/5.3/examples/dropdowns/index.html +++ b/site/content/docs/5.3/examples/dropdowns/index.html @@ -227,7 +227,7 @@ body_class: "" <option value="December">December</option> </select> <button class="btn cal-btn" type="button" aria-label="next month"> - <svg class="bi" width="16" height="16"><use xlink:href="#arrow-right-short"/></svg> + <svg class="bi" width="16" height="16" aria-hidden="true"><use xlink:href="#arrow-right-short"/></svg> </button> </div> <div class="cal-weekdays text-body-secondary"> @@ -306,7 +306,7 @@ body_class: "" <option value="December">December</option> </select> <button class="btn cal-btn" type="button" aria-label="next month"> - <svg class="bi" width="16" height="16"><use xlink:href="#arrow-right-short"/></svg> + <svg class="bi" width="16" height="16" aria-hidden="true"><use xlink:href="#arrow-right-short"/></svg> </button> </div> <div class="cal-weekdays text-body-secondary"> |
