Skip to content

Commit

Permalink
Merge branch 'MDL-74546-master' of https://github.com/snake/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed May 5, 2022
2 parents 0cdc33f + 3b4ef7b commit 96ffb21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enrol/lti/templates/local/ltiadvantage/tool_details.mustache
Expand Up @@ -62,7 +62,7 @@
<table class="admintable generaltable">
<thead></thead>
<tbody>
<tr>
<tr class="d-flex">
<th class="col-3" id="lti_tool_endpoint_name_{{id}}">
<label for="lti_tool_endpoint_url_{{id}}">{{name}}</label>
</th>
Expand Down Expand Up @@ -93,14 +93,14 @@
<div id="lti_tool_endpoints">
<table class="admintable generaltable">
<thead>
<tr>
<tr class="d-flex">
<th>{{#str}}name, core{{/str}}</th>
<th>{{#str}}url, core{{/str}}</th>
</tr>
</thead>
<tbody>
{{#manual_registration_urls}}
<tr>
<tr class="d-flex">
<th class="col-3" id="lti_tool_endpoint_name_{{id}}">
<label for="lti_tool_endpoint_url_{{id}}">{{name}}</label>
</th>
Expand Down

0 comments on commit 96ffb21

Please sign in to comment.