Fix how to display an image with a full url

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@233092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-08-17 00:43:16 +00:00
parent dce8aedfc4
commit 4f6a139ac4

View File

@ -230,6 +230,9 @@
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="starts-with($ref, 'http://')">
<xsl:value-of select="$ref"/>
</xsl:when>
<xsl:when test="string-length($dirName) = 0">
<xsl:value-of select="$ref"/>
</xsl:when>