mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-62515 templates: Remove unnecessary button role for submit button
This commit is contained in:
parent
22744b745b
commit
3f3f914d46
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
{{/options}}
|
||||
</select>
|
||||
<noscript>
|
||||
<input type="submit" role="button" class="btn btn-secondary" value="{{#str}}go, core{{/str}}">
|
||||
<input type="submit" class="btn btn-secondary" value="{{#str}}go, core{{/str}}">
|
||||
</noscript>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue