mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[DS-1944] remove extra close paren
This is a simple one-character deletion, making it via the github edit interface.
This commit is contained in:
@@ -694,7 +694,7 @@
|
||||
</xsl:attribute>
|
||||
<img alt="Thumbnail">
|
||||
<xsl:attribute name="src">
|
||||
<xsl:variable name="request-uri" select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='contextPath'])"/>
|
||||
<xsl:variable name="request-uri" select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='contextPath']"/>
|
||||
<xsl:text>/themes/mobile/lib/images/default-thumbnail.png</xsl:text>
|
||||
</xsl:attribute>
|
||||
</img>
|
||||
|
Reference in New Issue
Block a user