Closed GoogleCodeExporter closed 8 years ago
Caused by an error in the dashlet FTL
<div class="dashlet">
<div class="title">${msg("header")}</div>
<div class="body scrollableList">
<div class="body scrollableList"<#-- if args.height??> style="height: ${args.height}px;"</#if -->>
...
</div>
</div>
Should be
<div class="dashlet">
<div class="title">${msg("header")}</div>
<div class="body scrollableList"<#-- if args.height??> style="height: ${args.height}px;"</#if -->>
...
</div>
</div>
Fixed in v 0.2.1 release
Original comment by will.abson
on 26 Oct 2011 at 1:04
Original issue reported on code.google.com by
jeffpotts01
on 25 Oct 2011 at 6:19Attachments: