mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
update HTMLPurifier; enable embedded flash video in articles
This commit is contained in:
2
lib/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php
Executable file → Normal file
2
lib/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php
Executable file → Normal file
@@ -125,8 +125,6 @@ class HTML5 {
|
||||
const EOF = 5;
|
||||
|
||||
public function __construct($data) {
|
||||
$data = str_replace("\r\n", "\n", $data);
|
||||
$data = str_replace("\r", null, $data);
|
||||
|
||||
$this->data = $data;
|
||||
$this->char = -1;
|
||||
|
||||
Reference in New Issue
Block a user