Unverified Commit 53444b2f authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fix code style error

issue #6071
Showing with 1 addition and 1 deletion
+1 -1
......@@ -104,7 +104,7 @@ class BooleanAttribute extends Attribute
$id = $this->getHtmlId();
$attributes = ($this->value ? ['checked' => 'checked'] : []);
if ($this->submitForm) {
$js = 'document.mainform.submit();';
$js = 'document.mainform.submit();';
$attributes['onChange'] = 'javascript:'.$js;
} elseif (!empty($this->managedAttributes)) {
$js = $this->managedAttributesJS();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment