Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Slider title needs to support multi-lang filter #798

Closed
gjb2048 opened this issue Dec 20, 2016 · 1 comment
Closed

Slider title needs to support multi-lang filter #798

gjb2048 opened this issue Dec 20, 2016 · 1 comment
Assignees
Labels

Comments

@gjb2048
Copy link
Owner

gjb2048 commented Dec 20, 2016

Ref: https://moodle.org/mod/forum/discuss.php?d=344688

Possible solution from Paul:

`changing line 295 in essential\classes\toolbox.php to

$slidetitle = self::get_setting('slide'.$slideno, 'format_html');

instead of

$slidetitle = self::get_setting('slide'.$slideno);`

@gjb2048
Copy link
Owner Author

gjb2048 commented Dec 21, 2016

Gone with:

format_string(self::get_setting('slide'.$slideno));

as html could get messy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant