MDL-62515 templates: Remove unnecessary button role for submit button
authorJun Pataleta <jun@moodle.com>
Mon, 21 May 2018 01:32:56 +0000 (09:32 +0800)
committerJun Pataleta <jun@moodle.com>
Mon, 21 May 2018 01:32:56 +0000 (09:32 +0800)
lib/templates/single_select.mustache

index 90e936a..3994c78 100644 (file)
             {{/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>