Change incorrect default CSS classes for table styles (#3270)

Credit to @TimFoerster for spotting this
This commit is contained in:
TimFoerster 2017-11-29 03:46:30 +01:00 committed by Luke Towers
parent e9a42602df
commit b59c86cc48
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ class EditorSetting extends Model
];
protected $defaultHtmlStyleTable = [
'oc-table-dashed-borders' => 'Dashed Borders',
'oc-table-alternate-rows' => 'Alternate Rows',
'oc-dashed-borders' => 'Dashed Borders',
'oc-alternate-rows' => 'Alternate Rows',
];
protected $defaultHtmlStyleTableCell = [