mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-60490 tool_lp: Missing div close
Mustache template had opening <div> with missing </div>.
This commit is contained in:
parent
3c5a338cd4
commit
092d278806
1 changed files with 59 additions and 58 deletions
|
@ -37,7 +37,7 @@
|
||||||
This template does not have an example context because it includes ajax functionality.
|
This template does not have an example context because it includes ajax functionality.
|
||||||
}}
|
}}
|
||||||
<div data-region="user-competency-full-info" data-node="user-competency" data-competencyid="{{usercompetency.competencyid}}" data-userid="{{usercompetency.userid}}" data-region-id="{{uniqid}}">
|
<div data-region="user-competency-full-info" data-node="user-competency" data-competencyid="{{usercompetency.competencyid}}" data-userid="{{usercompetency.userid}}" data-region-id="{{uniqid}}">
|
||||||
<div data-region="competency-summary">
|
<div data-region="competency-summary">
|
||||||
{{#competency}}
|
{{#competency}}
|
||||||
{{> tool_lp/competency_summary }}
|
{{> tool_lp/competency_summary }}
|
||||||
{{/competency}}
|
{{/competency}}
|
||||||
|
@ -100,4 +100,5 @@
|
||||||
{{/evidence}}
|
{{/evidence}}
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue