MDL-53836 mod_assign: Don't escape theme's larrow/rarrow

This commit is contained in:
Skylar Kelty 2016-04-15 16:53:39 +01:00 committed by Ryan Wyllie
parent 3219a4535f
commit f66f7b89ec

View File

@ -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>