Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22744b7
)
MDL-62515 templates: Remove unnecessary button role for submit button
author
Jun Pataleta
<jun@moodle.com>
Mon, 21 May 2018 01:32:56 +0000
(09:32 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Mon, 21 May 2018 01:32:56 +0000
(09:32 +0800)
lib/templates/single_select.mustache
patch
|
blob
|
blame
|
history
diff --git
a/lib/templates/single_select.mustache
b/lib/templates/single_select.mustache
index
90e936a
..
3994c78
100644
(file)
--- a/
lib/templates/single_select.mustache
+++ b/
lib/templates/single_select.mustache
@@
-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>