summaryrefslogtreecommitdiff
path: root/doc/faq/scala-faq.xhtml.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq/scala-faq.xhtml.xsl')
-rw-r--r--doc/faq/scala-faq.xhtml.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/scala-faq.xhtml.xsl b/doc/faq/scala-faq.xhtml.xsl
index 5f8ed82ec2..9695c88764 100644
--- a/doc/faq/scala-faq.xhtml.xsl
+++ b/doc/faq/scala-faq.xhtml.xsl
@@ -22,7 +22,7 @@
<td>
<a>
<xsl:attribute name="href">
- <xsl:value-of select="generate-id(.)"/>
+ <xsl:value-of select="concat('#',generate-id(.))"/>
</xsl:attribute>
<xsl:number/>. <xsl:value-of select="@title"/>
@@ -34,7 +34,7 @@
<td>
<a>
<xsl:attribute name="href">
- <xsl:call-template name="entry.getId"/>
+ #<xsl:call-template name="entry.getId"/>
</xsl:attribute>
<xsl:call-template name="entry.fullName"/>
</a>