mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Added missing blanks between label and text value in subsription email.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3617 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -419,7 +419,7 @@ public class Subscribe
|
|||||||
isFirst = false;
|
isFirst = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
emailText.append(labels.getString("org.dspace.eperson.Subscribe.new-items")).append(
|
emailText.append(labels.getString("org.dspace.eperson.Subscribe.new-items")).append(" ").append(
|
||||||
c.getMetadata("name")).append(": ").append(
|
c.getMetadata("name")).append(": ").append(
|
||||||
itemInfos.size()).append("\n\n");
|
itemInfos.size()).append("\n\n");
|
||||||
|
|
||||||
@@ -445,7 +445,7 @@ public class Subscribe
|
|||||||
|
|
||||||
if (authors.length > 0)
|
if (authors.length > 0)
|
||||||
{
|
{
|
||||||
emailText.append("\n ").append(labels.getString("org.dspace.eperson.Subscribe.authors")).append(
|
emailText.append("\n ").append(labels.getString("org.dspace.eperson.Subscribe.authors")).append(" ").append(
|
||||||
authors[0].value);
|
authors[0].value);
|
||||||
|
|
||||||
for (int k = 1; k < authors.length; k++)
|
for (int k = 1; k < authors.length; k++)
|
||||||
@@ -455,7 +455,7 @@ public class Subscribe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
emailText.append("\n ").append(labels.getString("org.dspace.eperson.Subscribe.id")).append(
|
emailText.append("\n ").append(labels.getString("org.dspace.eperson.Subscribe.id")).append(" ").append(
|
||||||
HandleManager.getCanonicalForm(hii.handle)).append(
|
HandleManager.getCanonicalForm(hii.handle)).append(
|
||||||
"\n\n");
|
"\n\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user