mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 09:01:28 +00:00
strip_tags_long: use htmlpurifier to properly reformat html content
This commit is contained in:
11
lib/htmlpurifier/library/HTMLPurifier/Token/Start.php
Executable file
11
lib/htmlpurifier/library/HTMLPurifier/Token/Start.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Concrete start token class.
|
||||
*/
|
||||
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
Reference in New Issue
Block a user