crayon-syntax-highlighter
crayon-syntax-highlighter copied to clipboard
PHP 7.1 notice
trafficstars
Hi, when used with PHP 7.1 getting notice for posts where syntax highlite exists:
Notice: A non well formed numeric value encountered in /wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118 Notice: A non well formed numeric value encountered in /wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
To fixit need to change this two lines to:
$toolbar_height = $_font_size * 1.5 . 'px !important;';
$info_height = $_font_size * 1.4 . 'px !important;';
same issue here!