diff --git a/api/application/views/report_templates/JSONTOREPORT_CLIX.php b/api/application/views/report_templates/JSONTOREPORT_CLIX.php index 340ac16f..edab3a40 100644 --- a/api/application/views/report_templates/JSONTOREPORT_CLIX.php +++ b/api/application/views/report_templates/JSONTOREPORT_CLIX.php @@ -4286,10 +4286,10 @@ defined('BASEPATH') OR exit('No direct script access allowed'); if(isset($final_remark_data['market_intelligence']) && $final_remark_data['market_intelligence'] != '') { echo '
'; - echo 'Personal feedback or market intelligence on the case (if any):'; - echo '

'.$final_remark_data['market_intelligence'].''; + echo '

Personal feedback or market intelligence on the case (if any):

'; + echo '

'.$final_remark_data['market_intelligence'].'

'; echo '
'; - echo '
'; + } ?>