Skip to content

Commit

Permalink
Merge branch 'MDL-25695-21' of https://github.com/mackensen/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_21_STABLE
  • Loading branch information
Aparup Banerjee committed May 15, 2012
2 parents 0375701 + e9eb08b commit 336c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/locallib.php
Expand Up @@ -1273,7 +1273,7 @@ function wiki_print_page_content($page, $context, $subwikiid) {
}
}
$html = file_rewrite_pluginfile_urls($page->cachedcontent, 'pluginfile.php', $context->id, 'mod_wiki', 'attachments', $subwikiid);
$html = format_text($html, FORMAT_MOODLE, array('overflowdiv'=>true));
$html = format_text($html, FORMAT_MOODLE, array('overflowdiv'=>true, 'allowid'=>true));
echo $OUTPUT->box($html);

if (!empty($CFG->usetags)) {
Expand Down

0 comments on commit 336c426

Please sign in to comment.