mirror of
https://github.com/friendica/friendica
synced 2024-11-11 04:22:53 +00:00
11 lines
136 B
PHP
Executable file
11 lines
136 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* Concrete start token class.
|
|
*/
|
|
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|