fixed minor error
This commit is contained in:
parent
67fb2216d4
commit
6bf9ceac3e
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue