File/Convert/Solution.php
authorAlan Knowles <alan@roojs.com>
Tue, 20 Nov 2018 06:33:49 +0000 (14:33 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Nov 2018 06:33:49 +0000 (14:33 +0800)
File/Convert/Solution.php

index 59e15be..1dd5c19 100644 (file)
@@ -363,7 +363,7 @@ class File_Convert_Solution
         $cmd = "$html2text " . implode(' ', $opts)
             . "-utf8 -o " . escapeshellarg($target) . "  " . escapeshellarg($fn);
             
-        $this->debug( $cmd ."\n");
+        $this->debug( $cmd );
         
         
         $this->exec($cmd);
@@ -692,7 +692,7 @@ class File_Convert_Solution
         
         // expect this file..
 //        echo "$cmd <br/>";exit;
-        $this->debug(  "$cmd \n"); 
+        $this->debug(  $cmd); 
         
         $res = $this->exec($cmd);
         $this->result = $res;
@@ -830,7 +830,7 @@ class File_Convert_Solution
         
         // expect this file..
 //        echo "$cmd <br/>";exit;
-        $this->debug(  "$cmd "); 
+        $this->debug( $cmd ); 
         
         $res = $this->exec($cmd);
         $this->result = $res;