Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Dec 26, 2022
1 parent f837fa9 commit f2b7576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/contao/widgets/ImageSize.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ private function getStimulusAttributes($arrValues)
'iconDisabled' => Image::getUrl('edit_.svg'),
);

return ' data-controller="contao--image-size" data-contao--image-size-config-value="'.StringUtil::specialchars(json_encode($config)).'"';
return ' data-controller="contao--image-size" data-contao--image-size-config-value="' . StringUtil::specialchars(json_encode($config)) . '"';
}
}

0 comments on commit f2b7576

Please sign in to comment.