Changeset 1205

Show
Ignore:
Timestamp:
08/13/08 07:03:48
Author:
liebster
Message:

fixed weblogentry macros

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qRSS2Syndication/branches/Plone3.1/skins/qrss2syndication/weblogentry_item.pt

    r1167 r1205  
    55     xmlns:metal="http://xml.zope.org/namespaces/metal" > 
    66<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>   
    710    <content:encoded tal:content="structure res/render_body"></content:encoded> 
    811</metal:block>