Skip to content

Commit

Permalink
Fix #160 - description now included in activity headers by core.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed May 22, 2024
1 parent e94e0f1 commit 732af99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions view.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
echo $OUTPUT->box_start();
echo $OUTPUT->heading(get_string('allsessionsin', 'facetoface', format_string($facetoface->name)), 2);

if ($facetoface->intro) {
echo $OUTPUT->box_start('generalbox', 'description');
echo format_module_intro('facetoface', $facetoface, $cm->id);
echo $OUTPUT->box_end();
} else {
echo html_writer::empty_tag('br');
}
$locations = get_locations($facetoface->id);
if (count($locations) > 2) {
echo html_writer::start_tag('form', ['action' => 'view.php', 'method' => 'get', 'class' => 'formlocation']);
Expand Down

0 comments on commit 732af99

Please sign in to comment.