mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Undoing PJs change - sorry. HTML tags were being completely filtered out.
Trying to come up with another solution to work with multilang tags (Bug 2878) (SE).
This commit is contained in:
parent
4541e897cb
commit
381576d219
@ -25,7 +25,7 @@ class block_html extends block_base {
|
||||
}
|
||||
|
||||
$this->content = new stdClass;
|
||||
$this->content->text = isset($this->config->text) ? format_text($this->config->text) : '';
|
||||
$this->content->text = isset($this->config->text) ? $this->config->text : '';
|
||||
$this->content->footer = '';
|
||||
|
||||
return $this->content;
|
||||
|
Loading…
x
Reference in New Issue
Block a user