[Zope-Checkins] CVS: Zope2 - dtml-var.stx:1.2.38.3
Amos Latteier
amos@digicool.com
Mon, 19 Mar 2001 19:39:44 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/Products/OFSP/help
In directory korak:/tmp/cvs-serv26589
Modified Files:
Tag: zope-2_3-branch
dtml-var.stx
Log Message:
Merge from trunk.
--- Updated File dtml-var.stx in package Zope2 --
--- dtml-var.stx 2001/03/20 00:30:38 1.2.38.2
+++ dtml-var.stx 2001/03/20 00:39:44 1.2.38.3
@@ -19,8 +19,8 @@
&dtml-variableName;
- Entity syntax is a short cut which HTML quotes the variable. It is
- useful when inserting variables into HTML tags.
+ Entity syntax is a short cut which inserts and HTML quotes the
+ variable. It is useful when inserting variables into HTML tags.
'var' tag entity syntax with attributes::
@@ -29,7 +29,8 @@
To a limited degree you may specify attributes with the entity
syntax. You may include one or more attributes delimited by
periods. You cannot provide arguments for attributes using the
- entity syntax.
+ entity syntax. If you provide attributes, then the variable is not
+ automatically HTML quoted.
Attributes