commit: 627ca55670862b7bcab101b9f2d30cd6f467e081 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Oct 6 22:08:44 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Oct 6 22:08:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=627ca556
devbook.xsl: Eliminate duplicate slash in 'Home' link Bug: https://bugs.gentoo.org/596372 devbook.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbook.xsl b/devbook.xsl index dce6595..8f740e2 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -492,7 +492,7 @@ <xsl:with-param name="append">../</xsl:with-param> </xsl:call-template> </xsl:variable> - <li><a href="{concat($relative_path_depth_recursion, substring-after(substring-before(@link, '##'), '::'), '/index.html', substring-after(@link, '##'))}"><span class="glyphicon glyphicon-home"/>  Home</a></li> + <li><a href="{concat($relative_path_depth_recursion, substring-after(substring-before(@link, '##'), '::'), 'index.html', substring-after(@link, '##'))}"><span class="glyphicon glyphicon-home"/>  Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><xsl:value-of select="/guide/chapter[1]/title"/> <span class="caret"></span></a> <xsl:call-template name="contentsTree">
