summaryrefslogtreecommitdiff
path: root/modules/gallery/lib/HTMLPurifier/HTMLPurifier/Token/Start.php
blob: a68cd9b511538d37d9e7168190da7797319e29e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php defined("SYSPATH") or die("No direct script access.");

/**
 * Concrete start token class.
 */
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
{

}

// vim: et sw=4 sts=4