Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed white space issue in XSL stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jul 3, 2011
1 parent 7a5affa commit 38edf92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/test-automation/style.xsl
Expand Up @@ -162,9 +162,11 @@ div, h1 {
<!-- and ended at <xsl:value-of select="testlog/endTime"/>.<br/>-->
<span class="title">Total runtime: </span><xsl:value-of select="testlog/totalRuntime"/> seconds.<br/>
<span class="title">Harness parameters: </span>
<xsl:for-each select="testlog/parameters/parameter">
<xsl:value-of select="."/>
</xsl:for-each>
<span xml:space="preserve">
<xsl:for-each select="testlog/parameters/parameter">
<xsl:value-of select="."/>
</xsl:for-each>
</span>
<br/>
<span class="title">Statistics:</span><br/>
<div class="statistics">
Expand Down

0 comments on commit 38edf92

Please sign in to comment.