diff --git a/includes/pojo-a11y-frontend.php b/includes/pojo-a11y-frontend.php index 5a23a23c..e09b94ce 100644 --- a/includes/pojo-a11y-frontend.php +++ b/includes/pojo-a11y-frontend.php @@ -214,10 +214,10 @@ private function get_toolbar_svg( $icon ) { static $icons = false; if ( false === $icons ) { $icons = array( - 'resize_font_add' => '', + 'resize_font_add' => '', 'resize_font_less' => '', 'grayscale' => '', - 'high_contrast' => '', + 'high_contrast' => '', 'negative_contrast' => '', 'light_bg' => '', 'links_underline' => '',