Ignore:
Timestamp:
26.10.2009 17:53:28 (3 years ago)
Author:
chris
Message:

zms-2.11.4-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/import/default_win32.filter.xml

    r698 r752  
    24042404  <xsl:attribute-set name="th"> 
    24052405    <xsl:attribute name="font-size">9pt</xsl:attribute> 
    2406     <xsl:attribute name="font-weight">bolder</xsl:attribute> 
     2406    <xsl:attribute name="font-weight">bold</xsl:attribute> 
    24072407    <xsl:attribute name="text-align">center</xsl:attribute> 
    24082408    <xsl:attribute name="background-color">silver</xsl:attribute> 
     
    24312431   
    24322432  <xsl:attribute-set name="b"> 
    2433     <xsl:attribute name="font-weight">bolder</xsl:attribute> 
     2433    <xsl:attribute name="font-weight">bold</xsl:attribute> 
    24342434  </xsl:attribute-set> 
    24352435  <xsl:attribute-set name="strong"> 
    2436     <xsl:attribute name="font-weight">bolder</xsl:attribute> 
     2436    <xsl:attribute name="font-weight">bold</xsl:attribute> 
    24372437  </xsl:attribute-set> 
    24382438   
    24392439  <xsl:attribute-set name="strong-em"> 
    2440     <xsl:attribute name="font-weight">bolder</xsl:attribute> 
     2440    <xsl:attribute name="font-weight">bold</xsl:attribute> 
    24412441    <xsl:attribute name="font-style">italic</xsl:attribute> 
    24422442  </xsl:attribute-set> 
     
    43484348<item key="command"><![CDATA[<!-- BO htmlEntities --> 
    43494349 
    4350 <dtml-let htmlEntities="[]" htmlIn="str(localfs_read(ZMS_FILTER_IN))"> 
     4350<dtml-let htmlEntities="[]" htmlIn="str(localfs_read(ZMS_FILTER_IN,{'mode':'b','theshold':2**16}))"> 
    43514351 <dtml-call "htmlEntities.append('<!DOCTYPE html ')"> 
    43524352 <dtml-call "htmlEntities.append('     PUBLIC '+QUOT+'-//W3C//DTD XHTML 1.0 Transitional//EN'+QUOT)"> 
Note: See TracChangeset for help on using the changeset viewer.