Re: Conf: argue !

alex black <[email protected]>
Newsgroups gmane.comp.lib.binarycloud.devel
Message-ID <[email protected]>
> $_CONF['user_html'] = array (
>     'p'     => array(),
>     'b'     => array(),
>     'i'     => array(),
>     'u'     => array(),
>     'a'     => array('href' => 1, 'title' => 1),
>     'em'    => array(),
>     'br'    => array(),
>     'tt'    => array(),
>     'hr'    => array(),
>     'li'    => array(),
>     'ol'    => array(),
>     'ul'    => array(),
>     'code'  => array(),
>     'pre'   => array(),
>     'big'   => array(),
>     'small' => array(),
>     'strike'=> array()
> );

those shouldn't be arrays - they should be paths with values:


> $_CONF['user_html'] = array (
>     'p'     => TRUE,
>     'b'     => TRUE,
>     'i'     => TRUE,
>     'u'     => TRUE,
>     'a'     => TRUE,
>     'em'    => TRUE,
>     'br'    => TRUE,
>     'tt'    => TRUE,
>     'hr'    => FALSE
etc...

>     'strike'=> TRUE


_a
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.