aboutsummaryrefslogtreecommitdiffstats
path: root/data/starthere/section.xsl
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@src.gnome.org>2003-05-17 20:43:34 +0800
committerChristian Neumair <cneumair@src.gnome.org>2003-05-17 20:43:34 +0800
commitda4bacb5a3de0dafe863ea82aea78d2e40731730 (patch)
treee31bad9600bf78b6e2a6523091e3af0e613941ab /data/starthere/section.xsl
parente5d335763657c0ebf4d464f4bc1d81542220141b (diff)
downloadgsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.gz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.bz2
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.lz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.xz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.zst
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.zip
Fixed many issues mentioned in #112781.
Diffstat (limited to 'data/starthere/section.xsl')
-rw-r--r--data/starthere/section.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl
index 21075a990..a734ce708 100644
--- a/data/starthere/section.xsl
+++ b/data/starthere/section.xsl
@@ -10,7 +10,7 @@
<xsl:template match="section">
<html>
<head>
- <title><xsl:value-of select="@name"/></title>
+ <xsl:apply-templates/>
<style type="text/css">
body {
margin-left: 150;
@@ -57,6 +57,10 @@
</html>
</xsl:template>
+<xsl:template match="pagetitle">
+ <title><xsl:apply-templates/></title>
+</xsl:template>
+
<xsl:template match="content">
<div class="body">
<xsl:apply-templates/>