Changeset 300

Show
Ignore:
Timestamp:
03/07/06 03:53:39
Author:
chervol
Message:

added longDescritpiton deprecation condition in RSS2.pt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qRSS2Syndication/branches/itunes-atvideo-support/skins/qrss2syndication/RSS2.pt

    r299 r300  
    3737                      tal:attributes="href python:syInfo['itunes_image_url']"  /> 
    3838        <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> 
    4040        </tal:block> 
    4141