mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -2089,7 +2089,7 @@ class core_renderer extends renderer_base {
|
|||
$attributes = array('src'=>$src, 'alt'=>$alt, 'title'=>$alt, 'class'=>$class, 'width'=>$size, 'height'=>$size);
|
||||
|
||||
// get the image html output fisrt
|
||||
$output = html_writer::empty_tag('img', $attributes);;
|
||||
$output = html_writer::empty_tag('img', $attributes);
|
||||
|
||||
// then wrap it in link if needed
|
||||
if (!$userpicture->link) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue