소스 검색

added claims resolver view

unknown 4 년 전
부모
커밋
e6f1aa219c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -120,9 +120,7 @@
             <td>
 
                 // output the result of comparing two files as HTML
-                <?php
-                    echo Diff::toHTML(Diff::compare($lastContent, $content));
-                ?>
+                {!! Diff::toHTML(Diff::compare($lastContent, $content)) !!}
             </td>
             <td></td>
         </tr>