Documentation Tools
Changeset 257
- Timestamp:
- 12/07/07 10:40:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/xsl/xhtml/sanitize.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xsl/xhtml/sanitize.xsl
r256 r257 429 429 <xsl:template match="th" mode="htmlTable"> 430 430 <th> 431 <xsl:apply-templates mode="htmlTable"/>431 <xsl:apply-templates/> 432 432 </th> 433 433 </xsl:template> … … 435 435 <xsl:template match="td" mode="htmlTable"> 436 436 <td> 437 <xsl:apply-templates mode="htmlTable"/>437 <xsl:apply-templates/> 438 438 </td> 439 439 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.