Documentation Tools

Changeset 257


Ignore:
Timestamp:
12/07/07 10:40:44 (4 years ago)
Author:
kate
Message:

Wrong mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xsl/xhtml/sanitize.xsl

    r256 r257  
    429429        <xsl:template match="th" mode="htmlTable"> 
    430430                <th> 
    431                         <xsl:apply-templates mode="htmlTable"/> 
     431                        <xsl:apply-templates/> 
    432432                </th> 
    433433        </xsl:template> 
     
    435435        <xsl:template match="td" mode="htmlTable"> 
    436436                <td> 
    437                         <xsl:apply-templates mode="htmlTable"/> 
     437                        <xsl:apply-templates/> 
    438438                </td> 
    439439        </xsl:template> 
Note: See TracChangeset for help on using the changeset viewer.