diff options
Diffstat (limited to 'data/starthere/section.xsl')
-rw-r--r-- | data/starthere/section.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index b7c6377ee..eb552e0aa 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -10,6 +10,7 @@ <xsl:template match="section"> <html> <head> + <title><xsl:value-of select="@name"/></title> <style type="text/css"> body { margin-left: 150; @@ -93,7 +94,7 @@ </xsl:template> <xsl:template match="action"> -<a href="start-here:{@id}?{@param}"> +<a href="home:{@id}?{@param}"> <xsl:apply-templates/> </a><br/> </xsl:template> |