Changeset 300
- Timestamp:
- 03/07/06 03:53:39
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/branches/itunes-atvideo-support/skins/qrss2syndication/RSS2.pt
r299 r300 37 37 tal:attributes="href python:syInfo['itunes_image_url']" /> 38 38 <itunes:subtitle tal:condition="here/longDescription" tal:content="here/Description"></itunes:subtitle> 39 <itunes:summary tal:condition="here/longDescription " tal:content="here/longDescription"></itunes:summary>39 <itunes:summary tal:condition="here/longDescription|nothing" tal:content="here/longDescription"></itunes:summary> 40 40 </tal:block> 41 41
