commit: 873ecd6b31468c5d91b0cfa0a1ce6a525508ff83 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 10 18:14:26 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Mar 10 18:14:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=873ecd6b
devbook.xsl: concat can take more than two arguments Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> devbook.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbook.xsl b/devbook.xsl index abc3853..f79bee3 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -867,7 +867,7 @@ </xsl:variable> <li> <a href="{$relative_path_depth_recursion}index.html"> - <xsl:value-of select="document(concat(/guide/@self, concat($relative_path_depth_recursion, 'text.xml')))/guide/chapter[1]/title"/> + <xsl:value-of select="document(concat(/guide/@self, $relative_path_depth_recursion, 'text.xml'))/guide/chapter[1]/title"/> </a> </li> <xsl:call-template name="printParentDocs">