Pārlūkot izejas kodu

Merge branch 'FreshRSS/dev' into dev

Alexandre Alapetite 10 gadi atpakaļ
vecāks
revīzija
0d937741f9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lib/SimplePie/SimplePie.php

+ 1 - 0
lib/SimplePie/SimplePie.php

@@ -1668,6 +1668,7 @@ class SimplePie
 			$locate = null;
 			$locate = null;
 		}
 		}
 
 
+		$file->body = trim($file->body);
 		$this->raw_data = $file->body;
 		$this->raw_data = $file->body;
 		$this->permanent_url = $file->permanent_url;
 		$this->permanent_url = $file->permanent_url;
 		$headers = $file->headers;
 		$headers = $file->headers;