Commit d978073a authored by Amos Latteier's avatar Amos Latteier

Fixed more stx bugs in DTML ref.

parent 935ba2b8
......@@ -4,6 +4,8 @@ let: Defines DTML variables
Syntax
'let' tag syntax::
<dtml-let [Name=Variable][Name="Expression"]...>
</dtml-let>
......
......@@ -30,7 +30,7 @@ sqlgroup: Formats complex SQL expressions
Examples
Sample usage
Sample usage::
select * from employees
<dtml-sqlgroup where>
......
......@@ -5,6 +5,8 @@ with: Controls DTML variable look up
Syntax
'with' tag syntax::
<dtml-with Variable|expr="Expression">
</dtml-with>
......
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