[Templates-cvs] cvs commit: Template2/docsrc/lib/misc filters
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 01 Jul 2003 13:42:56 +0100
cvs 03/07/01 12:42:56
Modified: docsrc/lib/misc filters
Log:
Some small grammar/formatting fixes.
Revision Changes Path
1.12 +1 -1 Template2/docsrc/lib/misc/filters
Index: filters
===================================================================
RCS file: /template-toolkit/Template2/docsrc/lib/misc/filters,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- filters 2003/04/29 13:02:34 1.11
+++ filters 2003/07/01 12:42:55 1.12
@@ -108,7 +108,7 @@
encoded (via the escape_html() or encode_entities() subroutines
respectively) to convert all extended characters into their
appropriate HTML entities (e.g. converting 'é' to 'é'). If
-neither module is available on your system then an 'html_all' exception
+neither module is available on your system then an 'html_entity' exception
will be thrown reporting an appropriate message.
For further information on HTML entity encoding, see