View.php
[Pman.MTrack] / Diff.php
index 0cd2e57..e92b0a1 100644 (file)
--- a/Diff.php
+++ b/Diff.php
@@ -126,10 +126,9 @@ class Pman_MTrack_Diff extends Pman {
         }
           
         if ($nlines == 0) {
-          return null;
+            return null;
         }
       
-        $html .= "</table>";
-        return $html;
+        return $ret; 
     }
 }