Skip to content

Commit

Permalink
Merge branch 'MDL-64649-36' of https://github.com/felicemcc/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_36_STABLE
  • Loading branch information
stronk7 committed Feb 4, 2019
2 parents 3de8463 + 2c7a567 commit 0b0b26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/amd/build/icon_system_fontawesome.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/amd/src/icon_system_fontawesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ define(['core/icon_system', 'jquery', 'core/ajax', 'core/mustache', 'core/locals
unmappedIcon: unmappedIcon
};

return Mustache.render(template, context);
var result = Mustache.render(template, context);
return result.trim();
};

/**
Expand Down

0 comments on commit 0b0b26f

Please sign in to comment.