mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-53836 mod_assign: Don't escape theme's larrow/rarrow
This commit is contained in:
parent
3219a4535f
commit
f66f7b89ec
@ -31,12 +31,12 @@
|
||||
Example context (json):
|
||||
This template uses ajax functionality, so it cannot be shown in the template library.
|
||||
}}
|
||||
<a href="#previous" data-action="previous-user">{{larrow}}</a>
|
||||
<a href="#previous" data-action="previous-user">{{{larrow}}}</a>
|
||||
<span>
|
||||
<select data-action="change-user" data-assignmentid="{{assignmentid}}" data-groupid="{{groupid}}">
|
||||
</select>
|
||||
</span>
|
||||
<a href="#next" data-action="next-user">{{rarrow}}</a>
|
||||
<a href="#next" data-action="next-user">{{{rarrow}}}</a>
|
||||
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user