correction link cc license

svn path=/branches/test/; revision=22981
This commit is contained in:
hugo 2012-04-21 16:31:09 +00:00
parent b5701da3a3
commit 083324684c

View File

@ -700,7 +700,7 @@
<xsl:when test = "/buildinfo/document/legal/license">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="."/>
<xsl:value-of select="/buildinfo/document/legal/license"/>
</xsl:attribute>
<xsl:attribute name="rel">license</xsl:attribute>
<xsl:if test ="/buildinfo/document/legal/@type='cc-license'">
@ -714,6 +714,7 @@
<xsl:value-of select="/buildinfo/document/legal/notice"/>
</xsl:element>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="/buildinfo/document/legal/notice"/>
</xsl:otherwise>