NIHVIVO-564 Refined method list output by describe directive

This commit is contained in:
rjy7 2010-08-09 18:46:29 +00:00
parent badfac1321
commit a0e94628eb
2 changed files with 28 additions and 5 deletions

View file

@ -2,9 +2,9 @@
<#-- Template for displaying directive describe -->
<h3>Methods available to variable <em>${var}</em></h3>
<div class="dump">
<h3>Methods available to variable <em>${var}</em></h3>
<#list methods as method>
${method}<br />
</#list>