|
@@ -1,7 +1,7 @@
|
|
@extends ('layouts.patient')
|
|
@extends ('layouts.patient')
|
|
<?php
|
|
<?php
|
|
// include the Diff class
|
|
// include the Diff class
|
|
-require_once './class.Diff.php';
|
|
|
|
|
|
+
|
|
?>
|
|
?>
|
|
|
|
|
|
@section('inner-content')
|
|
@section('inner-content')
|
|
@@ -121,7 +121,7 @@ require_once './class.Diff.php';
|
|
|
|
|
|
// output the result of comparing two files as HTML
|
|
// output the result of comparing two files as HTML
|
|
<?php
|
|
<?php
|
|
- echo Diff::toHTML(Diff::compare($lastContent, $content));
|
|
|
|
|
|
+ echo diff($lastContent, $content);
|
|
?>
|
|
?>
|
|
</td>
|
|
</td>
|
|
<td></td>
|
|
<td></td>
|