mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Removing i18n title attribute on image task, which was causing numerous 'WARN org.dspace.app.xmlui.cocoon.DSpaceI18NTransformer @ Translation not found for attribute title in element <img>' log entries, and was clearly not contributing to functionality.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5720 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -2918,7 +2918,7 @@
|
||||
<xsl:param name="confidence" select="'blank'"/>
|
||||
<xsl:param name="id" select="''"/>
|
||||
<xsl:variable name="lcConfidence" select="translate($confidence,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')"/>
|
||||
<img i18n:attr="title">
|
||||
<img>
|
||||
<xsl:if test="string-length($id) > 0">
|
||||
<xsl:attribute name="id">
|
||||
<xsl:value-of select="$id"/>
|
||||
|
Reference in New Issue
Block a user