Changeset 1205
- Timestamp:
- 08/13/08 07:03:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/branches/Plone3.1/skins/qrss2syndication/weblogentry_item.pt
r1167 r1205 5 5 xmlns:metal="http://xml.zope.org/namespaces/metal" > 6 6 <metal:block define-macro="item"> 7 <tal:repeat tal:define="tags res/tags|res/EntryTag|nothing" repeat="tag tags"> 8 <category tal:content="tag"></category> 9 </tal:repeat> 7 10 <content:encoded tal:content="structure res/render_body"></content:encoded> 8 11 </metal:block>
