Changes between Version 15 and Version 16 of Documentation/ConfigVariablesList
- Timestamp:
- 01/27/08 01:52:47 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ConfigVariablesList
v15 v16 186 186 187 187 == xinha_config.htmlRemoveTags == 188 Regexp allowing to remove HTML tags.[[BR]] 189 Allowed values are null or a regexp.[[BR]] 188 RegExp allowing to remove certain HTML tags when rendering the HTML.[[BR]] 189 Example: remove span and font tags 190 {{{ 191 xinha_config.htmlRemoveTags = /span|font/; 192 }}} 193 Allowed values are null or a Regular Expression.[[BR]] 190 194 null : functionality is not desired.[[BR]] 191 regex : regexp to remove tags.[[BR]]195 RegExp : RegExp to remove tags.[[BR]] 192 196 default value : null 193 197
