SVN: r25752 - trunk/quixote/doc
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Fri, 10 Dec 2004 14:33:58 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme Date: 2004-12-10 14:21:25 -0500 (Fri, 10 Dec 2004) New Revision: 25752 Modified: trunk/quixote/doc/PTL.txt Log: htmltext() and htmlescape() are no longer available as globals. Modified: trunk/quixote/doc/PTL.txt =================================================================== --- trunk/quixote/doc/PTL.txt 2004-12-10 18:59:18 UTC (rev 25751) +++ trunk/quixote/doc/PTL.txt 2004-12-10 19:21:25 UTC (rev 25752) @@ -133,8 +133,6 @@ and can be safely sent to the client. The function ``htmlescape(string)`` is used to escape data, and it always returns an ``htmltext`` instance. It does nothing if the argument is already ``htmltext``. -Both ``htmltext`` and ``htmlescape`` are available from the global -namespace in PTL modules. If a template function is declared ``[html]`` instead of ``[text]`` then two things happen. First, all literal strings in the function