[DS-274] Larry Stone: Typo in XSL breaks rendering of dri:xref with class

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4262 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Wood
2009-09-14 19:34:03 +00:00
parent 6b189db402
commit 2a2c4168d1
2 changed files with 2 additions and 1 deletions

View File

@@ -1453,7 +1453,7 @@
<xsl:template match="dri:xref">
<a>
<xsl:attribute name="href"><xsl:value-of select="@target"/></xsl:attribute>
<xsl:attribute name="class"><xsl:value-of select="rend"/></xsl:attribute>
<xsl:attribute name="class"><xsl:value-of select="@rend"/></xsl:attribute>
<xsl:apply-templates />
</a>
</xsl:template>

View File

@@ -50,6 +50,7 @@
- [DS-249] sub-daily utility script does not pass arguments to Java
- [DS-252] Interpolate variables in the Subject: line of email templates as well
- [DS-262] Bug in DS-118, new patch included
- [DS-274] Typo in XSL breaks rendering of dri:xref with class
- [DS-275] License files not listed on Item Summary page
- [DS-276] Patch to fix spelling error in Exception page
- [DS-280] build.xml fails for ant versions below 1.7