mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-45116: Workshop submission title displays behind author picture
This commit is contained in:
parent
069fe267b6
commit
5a87760dd6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class mod_workshop_renderer extends plugin_renderer_base {
|
||||||
$title = html_writer::link($submission->url, $title);
|
$title = html_writer::link($submission->url, $title);
|
||||||
}
|
}
|
||||||
|
|
||||||
$o .= $this->output->heading($title, 3);
|
$o .= $this->output->heading($title, 3, 'title');
|
||||||
|
|
||||||
if (!$anonymous) {
|
if (!$anonymous) {
|
||||||
$author = new stdclass();
|
$author = new stdclass();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue