瀏覽代碼

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>