diff options
Diffstat (limited to 'secret-service/tools/spec-to-docbook.xsl')
-rw-r--r-- | secret-service/tools/spec-to-docbook.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl index b2cadd6..1917798 100644 --- a/secret-service/tools/spec-to-docbook.xsl +++ b/secret-service/tools/spec-to-docbook.xsl @@ -3,6 +3,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" xmlns:html="http://www.w3.org/1999/xhtml" + xmlns:xlink="http://www.w3.org/1999/xlink" exclude-result-prefixes="tp html"> <!-- @@ -802,7 +803,7 @@ <funcprototype> <funcdef> <function linkend="{concat(parent::interface//@name, '.', @name)}"> - <xsl:value-of select="@name"/> + <xsl:value-of select="@name"/> </function> </funcdef> <xsl:choose> |