root před 4 roky
rodič
revize
7673934055

binární
resources/views/app/patient/.claims-resolver.blade.php.swo


binární
resources/views/app/patient/.claims-resolver.blade.php.swp


+ 3 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -80,6 +80,8 @@
                 }
                 $content = ob_get_clean();
                 $lastContent = isset($loopLastContentByHcp[$note->hcpPro->id]) ? $loopLastContentByHcp[$note->hcpPro->id] : "";
+		$contentText = strip_tags($content);
+		$lastContentText = strip_tags($lastContent);
         ?>
         <tr>
             <td>
@@ -120,7 +122,7 @@
             <td>
 
                 // output the result of comparing two files as HTML
-                {!! Diff::toHTML(Diff::compare($lastContent, $content)) !!}
+                <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
             </td>
             <td></td>
         </tr>