|
From: Chris W. <la...@us...> - 2001-10-20 15:16:20
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv13449
Modified Files:
Changes
Log Message:
latest changes
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Changes,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** Changes 2001/10/18 13:49:41 1.72
--- Changes 2001/10/20 15:16:18 1.73
***************
*** 63,66 ****
--- 63,72 ----
add/clarify some docs.
+ * OpenInteract/SPOPS.pm:
+
+ - Remove the html_encode and html_decode methods; they're in the
+ template plugin, and if you really need them elsewhere you can call
+ the HTML::Entities methods by hand.
+
* OpenInteract/Template/Plugin.pm:
|