Fix wiki link in API docs

This commit is contained in:
Daniel P. Berrange
2008-04-23 17:45:07 +00:00
parent 9092c3d491
commit ea23f5ae45
5 changed files with 11 additions and 3 deletions

View File

@@ -37,6 +37,9 @@
<xsl:when test="$pagename = a/@href">
<span class="{$class}"><xsl:value-of select="a"/></span>
</xsl:when>
<xsl:when test="a/@href = 'http://wiki.libvirt.org'">
<a title="{./span}" class="{$class}" href="{a/@href}"><xsl:value-of select="a"/></a>
</xsl:when>
<xsl:otherwise>
<a title="{./span}" class="{$class}" href="{concat($href_base, a/@href)}"><xsl:value-of select="a"/></a>
</xsl:otherwise>