Skip to content

Commit

Permalink
docs: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
janbritz committed Sep 12, 2024
1 parent 46fb4d8 commit 56f67e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edit_questionpy_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private function definition_package_search_container(MoodleQuickForm $mform): vo
* @param package_base $package
* @param string $packagehash
* @param string $packageversion
* @param bool $isfavourite
* @param bool|null $isfavourite null if the package can not be marked as favourite
* @param stored_file|null $file
* @throws moodle_exception
*/
Expand Down
2 changes: 1 addition & 1 deletion templates/package/package_selection.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{{/islocal}}
{{^islocal}}
{{^ismarkableasfavourite}}
{{! This package was previously in the database}}
{{! This package was previously in the database. }}
<span class="badge badge-info user-select-none mr-auto mb-2" data-toggle="tooltip" data-placement="top" data-title="{{#cleanstr}} selection_package_no_longer_in_database_text, qtype_questionpy {{/cleanstr}}">
&#9432; {{#str}} selection_package_no_longer_in_database_header, qtype_questionpy {{/str}}
</span>
Expand Down

0 comments on commit 56f67e0

Please sign in to comment.