Promiscuous
Allow the [value] and [value-extended]
tags to return HTML tags verbatim.
Synopsis
This is a Yes or No directive.
The default is No.
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
The [value] and [value-extended] tags
usually disable HTML tag output by encoding the "<" character into a "<" HTML entity.
This directive ensures that the "enable_html" parameter is set
true for these tags.
This prevents the encoding from taking place and ensures that HTML tags,
embedded in the values are returned verbatim.
|
Note
This directive works by making sure that every tag gets sent an
"enable_html" parameter.
Only [value] and [value-extended]
recognise this parameter at the time of writing,
but that could change in the future.
You also need to be aware of this if any of your
UserTags make use of an "enable_html" parameter.
|
|
Warning
The "enable_html" parameter is disabled,
by default,
for security reasons.
In most cases you should use the tag's "enable_html" parameter
on an individual-call basis,
rather than enabling the facility offered by this directive.
|