Changes between Version 15 and Version 16 of Documentation/ConfigVariablesList

Show
Ignore:
Timestamp:
01/27/08 01:52:47 (5 years ago)
Author:
ray (IP: 62.143.132.35)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/ConfigVariablesList

    v15 v16  
    186186 
    187187== xinha_config.htmlRemoveTags == 
    188 Regexp allowing to remove HTML tags.[[BR]] 
    189  Allowed values are null or a regexp.[[BR]] 
     188RegExp allowing to remove certain HTML tags when rendering the HTML.[[BR]] 
     189Example: remove span and font tags 
     190{{{ 
     191   xinha_config.htmlRemoveTags = /span|font/; 
     192}}} 
     193Allowed values are null or a Regular Expression.[[BR]] 
    190194 null : functionality is not desired.[[BR]] 
    191  regex : regexp to remove tags.[[BR]] 
     195 RegExp : RegExp to remove tags.[[BR]] 
    192196 default value : null 
    193197