浏览代码

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

Angel Fernando Quiroz Campos 6 年之前
父节点
当前提交
74894f2523
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      plugin/ims_lti/view/admin.tpl

+ 2 - 1
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') }}