repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix two minor bugs, updating Phorum and removing unused $dir variable.
[htmlpurifier/darkodev.git]
/
library
/
HTMLPurifier
/
Token
/
Start.php
blob
e0e14fc624ab6a4279d7595d7beb483da0a83a7f
1
<
?php
2
3
/**
4
* Concrete start token class.
5
*/
6
class
HTMLPurifier_Token_Start
extends
HTMLPurifier_Token_Tag
7
{
8
9
}
10
11
// vim: et sw=4 sts=4