petr-fiala
Hi,
Try to backup this file on your site first: /data/web/virtuals/215088/virtual/www/plugins/system/jabuilder/helper.php
Then open it, look for the line 265:
case 'separator':
case 'heading':
// No further action needed.
continue;
change it to:
case 'separator':
case 'heading':
// No further action needed.
break;