repo.or.cz
/
htmlpurifier.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.git]
/
library
/
HTMLPurifier
/
HTMLModule
/
XMLCommonAttributes.php
blob
9c0e031984169829c67bc74493d8f886f67a17ca
1
<
?php
2
3
class
HTMLPurifier_HTMLModule_XMLCommonAttributes
extends
HTMLPurifier_HTMLModule
4
{
5
public
$name
=
'XMLCommonAttributes'
;
6
7
public
$attr_collections
=
array
(
8
'Lang'
=>
array
(
9
'xml:lang'
=>
'LanguageCode'
,
10
)
11
);
12
}
13
14
// vim: et sw=4 sts=4