mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 05:21:29 +00:00
update HTMLPurifier; enable embedded flash video in articles
This commit is contained in:
3
lib/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php
Executable file → Normal file
3
lib/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php
Executable file → Normal file
@@ -8,7 +8,7 @@ class HTMLPurifier_HTMLModule_CommonAttributes extends HTMLPurifier_HTMLModule
|
||||
'Core' => array(
|
||||
0 => array('Style'),
|
||||
// 'xml:space' => false,
|
||||
'class' => 'NMTOKENS',
|
||||
'class' => 'Class',
|
||||
'id' => 'ID',
|
||||
'title' => 'CDATA',
|
||||
),
|
||||
@@ -20,6 +20,7 @@ class HTMLPurifier_HTMLModule_CommonAttributes extends HTMLPurifier_HTMLModule
|
||||
0 => array('Core', 'I18N')
|
||||
)
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
||||
Reference in New Issue
Block a user