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 '
';
+
}
?>
diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI.php
index c1948ce4..ad888783 100644
--- a/api/application/views/report_templates/JSONTOREPORT_DI_AI.php
+++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI.php
@@ -3383,7 +3383,7 @@ if($total_no_of_business > 0) {
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
//print_r($ai_summary_details_processed);die();
- echo "Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."
";
+ echo "Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."
";
if(isset($ai_core_details) && count($ai_summary_details_processed))
{
echo ' '.$order_dipaly_array[0].') Financial Snapshot
';
@@ -4253,10 +4253,10 @@ if($total_no_of_business > 0) {
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 '
';
+ //echo '
';
}
?>
diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php
index 7f518b13..54393fb5 100644
--- a/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php
+++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php
@@ -3626,7 +3626,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details);
- echo "Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."
";
+ echo "Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."
";
if(isset($ai_core_details) && count($ai_summary_details_processed))
{
echo ' '.$order_dipaly_array[0].') Financial Snapshot
';
@@ -4484,10 +4484,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 '
';
+
}
?>