END_OF_IMPORTTWITTERATOM_HELP;
require_once INSTALLDIR.'/scripts/commandline.inc';
-require_once INSTALLDIR.'/extlib/htmLawed/htmLawed.php';
function getAtomFeedDocument()
{
if (!have_option('q', 'quiet')) {
print $activity->content . "\n";
}
- $html = getTweetHtml($object->link);
-
- $config = array('safe' => 1,
- 'deny_attribute' => 'class,rel,id,style,on*');
-
- $html = htmLawed($html, $config);
+ $html = common_purify(getTweetHtml($object->link));
$content = html_entity_decode(strip_tags($html), ENT_QUOTES, 'UTF-8');