Changeset 50:ae8222d2c903

Show
Ignore:
Timestamp:
01/05/12 16:24:56 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Tabulek #15: více tabulátorů.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • šablona/stránka.xsl

    r49 r50  
    228228                <thead> 
    229229                        <tr> 
    230                                 <xsl:for-each select="tokenize($hlavička, '\t')"> 
     230                                <xsl:for-each select="tokenize($hlavička, '\t+')"> 
    231231                                        <xsl:if test="normalize-space(.)"> 
    232232                                                        <td><xsl:value-of select="normalize-space(.)"/></td> 
     
    239239                                        <xsl:if test="normalize-space(.)"> 
    240240                                                <tr> 
    241                                                         <xsl:for-each select="tokenize(., '\t')"> 
     241                                                        <xsl:for-each select="tokenize(., '\t+')"> 
    242242                                                                <xsl:if test="normalize-space(.)"> 
    243243                                                                        <td><xsl:value-of select="normalize-space(.)"/></td>