Commit 27849ed0 authored by Markus Kauppila's avatar Markus Kauppila

Fixed white space issue in XSL stylesheet.

parent ad423ace
......@@ -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>
<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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment