mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-1417] Thumbnails in discovery search results do not point to the item
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
|
||||
|
||||
<!--Generates thumbnails (if present)-->
|
||||
<xsl:apply-templates select="$metsDoc/mets:METS/mets:fileSec" mode="artifact-preview"/>
|
||||
<xsl:apply-templates select="$metsDoc/mets:METS/mets:fileSec" mode="artifact-preview"><xsl:with-param name="href" select="concat($context-path, '/handle/', $handle)"/></xsl:apply-templates>
|
||||
|
||||
<div class="artifact-description">
|
||||
<div class="artifact-title">
|
||||
|
Reference in New Issue
Block a user