diff --git a/api/src/Html.php b/api/src/Html.php index 6416410840..b72a136f5f 100644 --- a/api/src/Html.php +++ b/api/src/Html.php @@ -436,7 +436,7 @@ class Html // User preferences $font = $GLOBALS['egw_info']['user']['preferences']['common']['rte_font']; - $font_size = Html\CkEditorConfing::font_size_from_prefs(); + $font_size = Html\CkEditorConfig::font_size_from_prefs(); $font_span = ''; if (empty($font) && empty($font_size)) $font_span = ''; @@ -448,7 +448,7 @@ class Html