fixed minor error

This commit is contained in:
Daniel Barbero Martin 2019-11-20 10:00:57 +01:00
parent 67fb2216d4
commit 6bf9ceac3e
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ if ($config['menu_type'] == 'classic') {
'title' => __('Feedback'),
'id' => 'feedback-header',
'alt' => __('Feedback'),
'style' => 'cursor: pointer; width: 27px;',
'style' => 'cursor: pointer;',
]
);
$header_feedback .= '</div>';