mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
|
ERROR: Alias 'Ns.BothWantThisName' in aliases in directive 'Ns.Dir2' collides with alias for directive 'Ns.Dir'
|
||
|
----
|
||
|
Ns
|
||
|
DESCRIPTION: Namespace
|
||
|
----
|
||
|
Ns.Dir
|
||
|
DESCRIPTION: Directive
|
||
|
TYPE: int
|
||
|
DEFAULT: 3
|
||
|
ALIASES: Ns.BothWantThisName
|
||
|
----
|
||
|
Ns.Dir2
|
||
|
DESCRIPTION: Directive
|
||
|
TYPE: string
|
||
|
DEFAULT: 'a'
|
||
|
ALIASES: Ns.BothWantThisName
|