mirror of
https://github.com/moodle/moodle.git
synced 2025-04-18 23:15:38 +02:00
MDL-33468 - fix illegal whitespace
This commit is contained in:
parent
74ef0474fc
commit
ed2ed3f97e
@ -3938,7 +3938,7 @@ class css_style_background extends css_style {
|
||||
case 'background-color' :
|
||||
$color = css_style_color::shrink_value($style->get_value(false));
|
||||
break;
|
||||
case 'background-image' :
|
||||
case 'background-image' :
|
||||
$image = $style->get_value(false);
|
||||
break;
|
||||
case 'background-repeat' :
|
||||
|
Loading…
x
Reference in New Issue
Block a user