diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-25 14:35:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-25 14:35:47 -0700 |
commit | d8e2644d5ebb3783660b2c9cb7e1d09dac2230f1 (patch) | |
tree | 2e4493877fe383195108ec9c0e46b90cf8b45d4e /txr.1 | |
parent | 08c1ae52231c2caa11273dfb3868209e41d39a02 (diff) | |
download | txr-d8e2644d5ebb3783660b2c9cb7e1d09dac2230f1.tar.gz txr-d8e2644d5ebb3783660b2c9cb7e1d09dac2230f1.tar.bz2 txr-d8e2644d5ebb3783660b2c9cb7e1d09dac2230f1.zip |
Documented :from_html.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2483,8 +2483,8 @@ substituted into HTML, these should be replaced by < and >. This is what filtering is for. Filtering is applied to the contents of output variables, not to any template text. .B txr -implements named filters. Currently, the only built-in filter available is -called :to_html and user-defined filters are not possible. +implements named filters. Currently, the only built-in filters available are +:to_html and :from_html. User-defined filters are not possible. To escape HTML characters in all variable substitutions occuring in an output clause, specify :filter :to_html in the directive: |