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:
Sands Fish
2010-11-03 17:17:23 +00:00
parent ab0c2743da
commit e0da343294

View File

@@ -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"/>