Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
semteacher committed Nov 26, 2024
1 parent ae1c7bc commit dcea669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/enrollink.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"info" : "No more seats available",
"error": 1,
"courselink": "http://root/course/view.php?id=1234",
"courselink": "http://root/course/view.php?id=1234"
}
}}

Expand Down
2 changes: 1 addition & 1 deletion templates/page_teacher.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</div>
{{#canedit}}
<div class="col-1 edit-teacher-description" data-teacherid="{{teacherid}}">
<i class="fa fa-edit" aria-label="{{#str}} edit {{/str}}"></i>
<i class="fa fa-edit" aria-label="{{#str}} edit, moodle {{/str}}"></i>
</div>
{{/canedit}}
</div>
Expand Down

0 comments on commit dcea669

Please sign in to comment.