mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-967] Fixed issue in item view for Mirage theme with self-closing <div/> when abstract is empty
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6624 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
</xsl:when>
|
||||
|
||||
<!-- Abstract row -->
|
||||
<xsl:when test="$clause = 5 and (dim:field[@element='description' and @qualifier='abstract'])">
|
||||
<xsl:when test="$clause = 5 and (dim:field[@element='description' and @qualifier='abstract' and descendant::text()])">
|
||||
<div class="simple-item-view-description">
|
||||
<h3><i18n:text>xmlui.dri2xhtml.METS-1.0.item-abstract</i18n:text>:</h3>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user