fix bracket display for optional parameters

This commit is contained in:
Chris PeBenito 2005-06-09 19:21:32 +00:00
parent 20030ef5d6
commit 997bd99521

View File

@ -9,11 +9,11 @@
, ,
[[end]] [[end]]
[[exec i = 1]] [[exec i = 1]]
[[if arg['optional'] == 'true']] [[if arg['optional'] == 'yes']]
[ [
[[end]] [[end]]
[[arg['name']]] [[arg['name']]]
[[if arg['optional'] == 'true']] [[if arg['optional'] == 'yes']]
] ]
[[end]] [[end]]
[[end]] [[end]]