Skip to content

Commit

Permalink
"GLOSSARY/MDL-17707, remove extra div, merged from 1.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Jan 16, 2009
1 parent 4acfb34 commit 3c12715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/glossary/view.php
Expand Up @@ -325,7 +325,7 @@
if ( $glossary->intro && $showcommonelements ) {
$options = new stdclass;
$options->para = false;
print_box('<div>'.format_text($glossary->intro, FORMAT_MOODLE, $options).'</div>', 'generalbox', 'intro');
print_box(format_text($glossary->intro, FORMAT_MOODLE, $options), 'generalbox', 'intro');
}

/// Search box
Expand Down

0 comments on commit 3c12715

Please sign in to comment.