mirror of
https://github.com/friendica/friendica
synced 2025-04-28 12:24:23 +02:00
11 lines
136 B
PHP
Executable file
11 lines
136 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* Concrete empty token class.
|
|
*/
|
|
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|