Changeset 3385

Show
Ignore:
Timestamp:
11/12/06 01:35:38 (2 years ago)
Author:
timothy
Message:

Removed othe zero-width spaces in the XSL file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/Styles/Synapse.colloquyStyle/Contents/Resources/main.xsl

    r3247 r3385  
    9696                                        <xsl:if test="not( $bulkTransform = 'yes' )"> 
    9797                                                <xsl:processing-instruction name="message">type="consecutive"</xsl:processing-instruction> 
    98                                                 <span id="consecutiveInsert">&#8203;</span> 
     98                                                <span id="consecutiveInsert"><xsl:text> </xsl:text></span> 
    9999                                        </xsl:if> 
    100100                                </xsl:if> 
     
    146146                                        </span> 
    147147                                        <span class="hidden">: </span> 
    148                                         <span class="time" title="{$timestamp}">&#8203;</span> 
     148                                        <span class="time" title="{$timestamp}"><xsl:text> </xsl:text></span> 
    149149                                        <xsl:if test="message[not( @ignored = 'yes' )][1]/@action = 'yes'"> 
    150150                                                <xsl:text>&#8226; </xsl:text> 
     
    159159                                <xsl:apply-templates select="message[not( @ignored = 'yes' )][position() &gt; 1]" /> 
    160160                                <xsl:if test="position() = last()"> 
    161                                         <span id="consecutiveInsert">&#8203;</span> 
     161                                        <span id="consecutiveInsert"><xsl:text> </xsl:text></span> 
    162162                                </xsl:if> 
    163                                 <span class="shadow">&#8203;</span> 
     163                                <span class="shadow"><xsl:text> </xsl:text></span> 
    164164                        </span> 
    165165                </xsl:if>