Commit f27d0c32 authored by Amos Latteier's avatar Amos Latteier

Refined discussion of entities and attributes.

parent 548c707f
...@@ -19,8 +19,8 @@ var: Inserts a variable ...@@ -19,8 +19,8 @@ var: Inserts a variable
&dtml-variableName; &dtml-variableName;
Entity syntax is a short cut which HTML quotes the variable. It is Entity syntax is a short cut which inserts and HTML quotes the
useful when inserting variables into HTML tags. variable. It is useful when inserting variables into HTML tags.
'var' tag entity syntax with attributes:: 'var' tag entity syntax with attributes::
...@@ -29,7 +29,8 @@ var: Inserts a variable ...@@ -29,7 +29,8 @@ var: Inserts a variable
To a limited degree you may specify attributes with the entity To a limited degree you may specify attributes with the entity
syntax. You may include one or more attributes delimited by syntax. You may include one or more attributes delimited by
periods. You cannot provide arguments for attributes using the 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 Attributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment