mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[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:
@@ -1453,7 +1453,7 @@
|
|||||||
<xsl:template match="dri:xref">
|
<xsl:template match="dri:xref">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href"><xsl:value-of select="@target"/></xsl:attribute>
|
<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 />
|
<xsl:apply-templates />
|
||||||
</a>
|
</a>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@@ -50,6 +50,7 @@
|
|||||||
- [DS-249] sub-daily utility script does not pass arguments to Java
|
- [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-252] Interpolate variables in the Subject: line of email templates as well
|
||||||
- [DS-262] Bug in DS-118, new patch included
|
- [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-275] License files not listed on Item Summary page
|
||||||
- [DS-276] Patch to fix spelling error in Exception page
|
- [DS-276] Patch to fix spelling error in Exception page
|
||||||
- [DS-280] build.xml fails for ant versions below 1.7
|
- [DS-280] build.xml fails for ant versions below 1.7
|
||||||
|
Reference in New Issue
Block a user