From c83dca22878f4eb5de21f1d8bdd43f077df8babe Mon Sep 17 00:00:00 2001 From: michaelpenne Date: Fri, 28 Oct 2005 18:55:58 +0000 Subject: [PATCH] BUG FIX: Double print of content in branch tables with slide show on --- mod/lesson/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 9d85cefc1a7..4335267ab55 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -884,7 +884,7 @@ echo '
' . $fullbuttonhtml . '
'; $options = new stdClass; $options->noclean = true; - echo '
'.format_text($page->contents, FORMAT_MOODLE, $options).format_text($page->contents).'
';; + echo '
'.format_text($page->contents, FORMAT_MOODLE, $options).'
';; echo ""; } else { echo "
";