mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-21235 fixing trivial regression in workshop renderer
This commit is contained in:
parent
11820bacc1
commit
711a9506ea
@ -425,7 +425,7 @@ class mod_workshop_renderer extends plugin_renderer_base {
|
||||
if (is_null($task->link)) {
|
||||
$title = $task->title;
|
||||
} else {
|
||||
$title = html_writer::link($task->link, $task->text);
|
||||
$title = html_writer::link($task->link, $task->title);
|
||||
}
|
||||
$title = $this->output->container($title, 'title');
|
||||
$details = $this->output->container($task->details, 'details');
|
||||
|
Loading…
x
Reference in New Issue
Block a user