stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
ce5a5229f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      helper/performance_helper.php

+ 1 - 1
helper/performance_helper.php

@@ -52,7 +52,7 @@ class performance_helper
     public function format_log() {
         $content = '';
         foreach($this->mMsgs as $val) {
-            $content .= $val . "<br/><br/>";
+            $content .= $val . "\n";
         }
         return $content;
     }