Changeset 3385
- Timestamp:
- 11/12/06 01:35:38 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Resources/Styles/Synapse.colloquyStyle/Contents/Resources/main.xsl
r3247 r3385 96 96 <xsl:if test="not( $bulkTransform = 'yes' )"> 97 97 <xsl:processing-instruction name="message">type="consecutive"</xsl:processing-instruction> 98 <span id="consecutiveInsert"> ​</span>98 <span id="consecutiveInsert"><xsl:text> </xsl:text></span> 99 99 </xsl:if> 100 100 </xsl:if> … … 146 146 </span> 147 147 <span class="hidden">: </span> 148 <span class="time" title="{$timestamp}"> ​</span>148 <span class="time" title="{$timestamp}"><xsl:text> </xsl:text></span> 149 149 <xsl:if test="message[not( @ignored = 'yes' )][1]/@action = 'yes'"> 150 150 <xsl:text>• </xsl:text> … … 159 159 <xsl:apply-templates select="message[not( @ignored = 'yes' )][position() > 1]" /> 160 160 <xsl:if test="position() = last()"> 161 <span id="consecutiveInsert"> ​</span>161 <span id="consecutiveInsert"><xsl:text> </xsl:text></span> 162 162 </xsl:if> 163 <span class="shadow"> ​</span>163 <span class="shadow"><xsl:text> </xsl:text></span> 164 164 </span> 165 165 </xsl:if>
