|
@@ -119,7 +119,7 @@
|
|
|
echo '<hr>';
|
|
|
}
|
|
|
$content = ob_get_clean();
|
|
|
- $lastContent = isset($loopLastContentByHcp[$note->hcpPro->id]) ? $loopLastContentByHcp[$note->hcpPro->id] : "NO CONTENT";
|
|
|
+ $lastContent = isset($loopLastContentByHcp[$note->hcpPro->id]) ? $loopLastContentByHcp[$note->hcpPro->id] : "--";
|
|
|
|
|
|
$contentText = Html2Text::convert($content);
|
|
|
$lastContentText = Html2Text::convert($lastContent);
|