mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:18:17 +02:00
11 lines
136 B
PHP
11 lines
136 B
PHP
<?php
|
|
|
|
/**
|
|
* Concrete start token class.
|
|
*/
|
|
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|