Skip to content
Snippets Groups Projects
Verified Commit 5a7038fe authored by Tim Schroeder's avatar Tim Schroeder
Browse files

fixed unintentional linebreak

parent 798d41c7
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,7 @@ class block_recent_activity_rwth_renderer extends plugin_renderer_base {
$output .= '<hr />';
$content = true;
$coursename = get_course_display_name_for_list($changes->course);
$coursename = format_text($coursename, FORMAT_MOODLE, ['para' => false]);
$text = html_writer::tag('div', $coursename);
$text = format_text($coursename, FORMAT_MOODLE, ['para' => false]);
$count = 0;
if (!empty($changes->structural)) {
$count += count($changes->structural);
......
......@@ -24,9 +24,9 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2020042000;
$plugin->version = 2020042100;
$plugin->requires = 2018050800;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.6.4';
$plugin->release = '1.6.5';
$plugin->component = 'block_recent_activity_rwth';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment