From 411866e69924c72cb0ca58bffba6268e33710be7 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Sat, 14 Dec 2019 15:42:11 +0530 Subject: [PATCH] AI AND FINAL REMARKS CHANGE --- .../views/report_templates/JSONTOREPORT_CLIX.php | 6 +++--- .../views/report_templates/JSONTOREPORT_DI_AI.php | 8 ++++---- .../views/report_templates/JSONTOREPORT_DI_AI_ADDON.php | 8 ++++---- .../views/report_templates/JSONTOREPORT_RI.php | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) 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 '
'; + } ?>