Skip to content

Commit

Permalink
Fixed incorrect mode for Less editor in system config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tangar76 committed Nov 14, 2019
1 parent b761bbf commit 28b5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Field/Less.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class Less extends Css
*/
public function getMode()
{
return 'javascript';
return 'text/x-less';
}
}

0 comments on commit 28b5c91

Please sign in to comment.