Add tag support for "q"

This commit is contained in:
Frederic Guillot 2013-04-24 20:00:30 -04:00
parent 45e848b5b2
commit 1c29f54c8a
1 changed files with 2 additions and 1 deletions

View File

@ -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(