We customize Category / Blog on content to make it match with concept about JA Norite template.
You can fix it with my suggestion
<blockquote>Open templates/ja_norite/html/com_content/category/blog_item.php file</blockquote>
from
if (preg_match_all ($regex, $this->item->text, $matches)) {
$this->item->text = preg_replace ($regex, '', $this->item->text);
$images = implode ("n", $matches[0]);
}
change to
/* if (preg_match_all ($regex, $this->item->text, $matches)) {
$this->item->text = preg_replace ($regex, '', $this->item->text);
$images = implode ("n", $matches[0]); */
}