Skip to content

Commit

Permalink
associating thumbnails in search results with the right url
Browse files Browse the repository at this point in the history
  • Loading branch information
mushashu authored and mushashu committed Jan 29, 2013
1 parent 8fe4bd3 commit e3bab72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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">
Expand Down

0 comments on commit e3bab72

Please sign in to comment.