Don't clean the text in the site topic summary

This commit is contained in:
moodler 2005-04-02 09:38:42 +00:00
parent 5eafd94811
commit 73e95f222c

View File

@ -94,7 +94,9 @@
echo '</font></p>';
}
echo format_text($section->summary, FORMAT_HTML);
$options = NULL;
$options->noclean = true;
echo format_text($section->summary, FORMAT_HTML, $options);
if ($editing) {
$streditsummary = get_string('editsummary');