Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl

    r2a26a4f5 r52dcb7d  
    1 <?xml version='1.0' encoding='UTF-8'?>
     1<?xml version='1.0' encoding='ISO-8859-1'?>
    22
    33<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    295295        </xsl:when>
    296296        <xsl:when test="$numcols &gt; 3">
    297         <!-- The space between <td> and </td> is a non breakable
    298              space (unicode A0) encoded in utf-8.-->
    299           <td> </td>
     297          <td>&#160;</td>
    300298        </xsl:when>
    301299        <xsl:otherwise/>
Note: See TracChangeset for help on using the changeset viewer.