Skip to content

Commit

Permalink
Merge pull request #41 from odeialba/SV-36
Browse files Browse the repository at this point in the history
SV-36 Fix & character
  • Loading branch information
odeialba authored Nov 10, 2023
2 parents 0fa63f0 + a1fa820 commit 39b5abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added ci changes for Moodle 4.3.
### Fixed
- Fix the margins in the results page and the voting options.
- Fix & character in the options.

## 1.0.6 - 2023-10-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function definition() {
}

$repeateloptions['option']['helpbutton'] = ['sortoptions', 'sortvoting'];
$mform->setType('option', PARAM_CLEANHTML);
$mform->setType('option', PARAM_TEXT);

$mform->setType('optionid', PARAM_INT);

Expand Down

0 comments on commit 39b5abf

Please sign in to comment.