MDL-45116: Workshop submission title displays behind author picture

This commit is contained in:
Kevin Wiliarty 2014-04-15 13:50:52 -04:00
parent 069fe267b6
commit 5a87760dd6

View file

@ -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();