diff options
-rw-r--r-- | docs/xml-docs/xml2pdf.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml-docs/xml2pdf.xsl b/docs/xml-docs/xml2pdf.xsl index 7b4dd9860..95501ef21 100644 --- a/docs/xml-docs/xml2pdf.xsl +++ b/docs/xml-docs/xml2pdf.xsl @@ -118,7 +118,7 @@ TBD: - The faq doesn't show in the content color="white" text-align="center" > - <xsl:attribute name="id"> + <xsl:attribute name="ref-id"> <xsl:value-of select="translate(.,' ),-.(','____')"/> </xsl:attribute> <xsl:value-of select="@title"/> @@ -191,7 +191,7 @@ TBD: - The faq doesn't show in the content color="white" text-align="center" > - <xsl:attribute name="id"> + <xsl:attribute name="ref-id"> <xsl:value-of select="translate(.,' ),-.(','____')"/> </xsl:attribute> <xsl:value-of select="@title"/> |