aboutsummaryrefslogtreecommitdiff
path: root/source/03_result/page.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/03_result/page.xsl')
-rw-r--r--source/03_result/page.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/03_result/page.xsl b/source/03_result/page.xsl
index f6113f3..e3839a7 100644
--- a/source/03_result/page.xsl
+++ b/source/03_result/page.xsl
@@ -23,12 +23,13 @@
</xsl:variable>
<xsl:template name="title-text">
- <xsl:value-of select="/datasource/page/entry/h1"/>
+ <xsl:value-of select="/datasource/page/entry/title"/>
</xsl:template>
<xsl:template match="page/entry">
<div class="last article">
- <xsl:copy-of select="./*"/>
+ <h3><xsl:value-of select="./title"/></h3>
+ <xsl:copy-of select="./content/*"/>
</div>
</xsl:template>