Skip to content
Snippets Groups Projects
Commit 8cc29395 authored by Bruno Massa's avatar Bruno Massa
Browse files

Misc:

* Small code compliance issue
parent 82d4ca1d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
function _charts_color_form(&$form, $form_state, $settings) {
// The Color module integration starts with a field set
$form['color'] = array(
'#attributes' => array('id' => 'charts_color', 'class'=> ' clear-block'),
'#attributes' => array('id' => 'charts_color', 'class' => ' clear-block'),
'#collapsible' => TRUE,
'#type' => 'fieldset',
'#title' => t('Color'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment