From b59c86cc48ddc14791c513aab40e600bd7f07273 Mon Sep 17 00:00:00 2001 From: TimFoerster Date: Wed, 29 Nov 2017 03:46:30 +0100 Subject: [PATCH] Change incorrect default CSS classes for table styles (#3270) Credit to @TimFoerster for spotting this --- modules/backend/models/EditorSetting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/backend/models/EditorSetting.php b/modules/backend/models/EditorSetting.php index cac692761..2c74384c5 100644 --- a/modules/backend/models/EditorSetting.php +++ b/modules/backend/models/EditorSetting.php @@ -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 = [