Marcel Preda wrote:

> just:

> <dtml-if SerialNumber>&nbsp;
> <dtml-else><dtml-var SerialNumber>
> </dtml-if>

Actually:
 <dtml-if SerialNumber>
   <dtml-var SerialNumber>
 <dtml-else>
   &nbsp
 </dtml-if>

The logic got turned upside dowm <s>.

-- Tim Cook --
FreePM Project Coordinator - http://www.freepm.org
OS Healthcare Alliance Supporter - http://www.oshca.org

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to