You are here

constant FILTER_HTML_ESCAPE in Drupal 5

Same name and namespace in other branches
  1. 4 modules/filter.module \FILTER_HTML_ESCAPE
  2. 6 modules/filter/filter.module \FILTER_HTML_ESCAPE
1 use of FILTER_HTML_ESCAPE
_filter_html in modules/filter/filter.module
HTML filter. Provides filtering of input into accepted HTML.

File

modules/filter/filter.module, line 14
Framework for handling filtering of content.

Code

define('FILTER_HTML_ESCAPE', 2);