BUG FIX: Double print of content in branch tables with slide show on

This commit is contained in:
michaelpenne
2005-10-28 18:55:58 +00:00
parent ea73388a93
commit c83dca2287
+1 -1
View File
@@ -884,7 +884,7 @@
echo '<div class="branchslidetop">' . $fullbuttonhtml . '</div>';
$options = new stdClass;
$options->noclean = true;
echo '<div class="contents">'.format_text($page->contents, FORMAT_MOODLE, $options).format_text($page->contents).'</div>';;
echo '<div class="contents">'.format_text($page->contents, FORMAT_MOODLE, $options).'</div>';;
echo "</table></div><table cellpadding=\"5\" cellspacing=\"5\" align=\"center\">";
} else {
echo "<tr><td><table width=\"100%\">";