bug fix: make retrieval of parents more tolerant
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3146 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
77376f1c04
commit
8af3594cd2
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
|||
<!-- portlets -->
|
||||
|
||||
<metal:actions define-macro="parents">
|
||||
<div tal:repeat="concept macro/info/view/parents">
|
||||
<div tal:repeat="concept macro/info/view/parents|macro/info/parents">
|
||||
<a href="#"
|
||||
tal:attributes="href string:${view/url}/.target${concept/uniqueId}">
|
||||
<span i18n:translate="" tal:content="concept/title">Concept</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue