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:
moodler 2005-05-18 01:49:56 +00:00
parent 4541e897cb
commit 381576d219

View File

@ -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;