Add tag support for "q"
This commit is contained in:
parent
45e848b5b2
commit
1c29f54c8a
3
miniflux/vendor/PicoFeed/Filter.php
vendored
3
miniflux/vendor/PicoFeed/Filter.php
vendored
@ -44,7 +44,8 @@ class Filter
|
||||
'cite' => array(),
|
||||
'time' => array('datetime'),
|
||||
'abbr' => array('title'),
|
||||
'iframe' => array('width', 'height', 'frameborder', 'src')
|
||||
'iframe' => array('width', 'height', 'frameborder', 'src'),
|
||||
'q' => array('cite')
|
||||
);
|
||||
|
||||
public $strip_tags_content = array(
|
||||
|
Loading…
Reference in New Issue
Block a user