LTI avoid escape html for description in admin page - refs BT#13469

pull/2818/head
Angel Fernando Quiroz Campos 7 years ago
parent 028e6b87cb
commit aa8aee4698
  1. 3
      plugin/ims_lti/view/admin.tpl

@ -1,5 +1,6 @@
{{ 'ImsLtiDescription'|get_plugin_lang('ImsLtiPlugin') }}
{% autoescape 'html' %}
{{ 'ImsLtiDescription'|get_plugin_lang('ImsLtiPlugin') }}
<div class="btn-toolbar">
<a href="{{ _p.web_plugin }}ims_lti/create.php" class="btn btn-primary">
<span class="fa fa-plus fa-fw" aria-hidden="true"></span> {{ 'AddExternalTool'|get_plugin_lang('ImsLtiPlugin') }}

Loading…
Cancel
Save