We updated this file:
templates\gk_writer\html\com_content\category\blog.php
replace this line
<?php echo striptags(JHtml::('content.prepare', $this->category->description, '', 'com_content.category')); ?>
by
<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_content.category'); ?>
Kindly check.