Skip to content
Snippets Groups Projects

fix for BIESt #519

Merged Moritz Strohm requested to merge biest-00519 into main
1 unresolved thread
Edited by Moritz Strohm

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
21 21 <? elseif ($element['type'] == 'select'): ?>
22 22 <label>
23 23 <?= htmlReady($element['label']) ?>
24 <select name="<?= htmlReady($element['name']) ?>">
24 <select name="<?= htmlReady($element['name']) ?>" aria-label="<?= htmlReady($title) ?>">
  • Das select-Element hat ja ein Label, da sollte ein aria-label nicht notwendig sein.

    Allerdings habe ich den Eindruck, daß dieses Template sowieso verwaist ist - ich finde zumindest keine Stelle im Code, die das verwendet. Wenn das so ist, sollte die Datei einfach weg.

  • Please register or sign in to reply
  • Elmar Ludwig approved this merge request

    approved this merge request

  • David Siegfried added 5 commits

    added 5 commits

    Compare with previous version

  • Moritz Strohm mentioned in commit cac75e5a

    mentioned in commit cac75e5a

  • Moritz Strohm mentioned in commit dccc8985

    mentioned in commit dccc8985

  • Moritz Strohm mentioned in commit fcd350c2

    mentioned in commit fcd350c2

  • Please register or sign in to reply
    Loading