aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/stream.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/99_result/stream.xsl')
-rw-r--r--source/99_result/stream.xsl11
1 files changed, 2 insertions, 9 deletions
diff --git a/source/99_result/stream.xsl b/source/99_result/stream.xsl
index 19fc539..284a4d0 100644
--- a/source/99_result/stream.xsl
+++ b/source/99_result/stream.xsl
@@ -17,15 +17,8 @@
</xsl:variable>
<xsl:template name="title-text">
- <xsl:choose>
- <xsl:when test="/datasource/page/entry/@index = 0">
- <xsl:text>Start</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>Page </xsl:text>
- <xsl:value-of select="/datasource/page/entry/@index"/>
- </xsl:otherwise>
- </xsl:choose>
+ <xsl:text>Page </xsl:text>
+ <xsl:value-of select="/datasource/page/entry/@index"/>
</xsl:template>
<xsl:template match="page/entry">