Ticket #3642 (closed Bug: fixed)
folder_contents is broken
| Reported by: | naro | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Past |
| Component: | Templates/CSS | Keywords: | |
| Cc: |
Description
plone_templates/folder_contents.pt has bug at line #198 (Plone 2.0.5 tarball)
<img tal:attributes="src python:portal_url+'/'+item.getIcon(1); returns Attribute Error: _add_
It should be: <img tal:attributes="src python:portal_url()+'/'+item.getIcon(1);
Change History
Note: See
TracTickets for help on using
tickets.

sorry, but it seems that broken is my instance :(