mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
JSP indentation problems.
This commit is contained in:
@@ -107,7 +107,6 @@
|
|||||||
|
|
||||||
MetadataAuthorityService mam = ContentAuthorityServiceFactory.getInstance().getMetadataAuthorityService();
|
MetadataAuthorityService mam = ContentAuthorityServiceFactory.getInstance().getMetadataAuthorityService();
|
||||||
|
|
||||||
|
|
||||||
for (int z = 0; z < inputs.length; z++)
|
for (int z = 0; z < inputs.length; z++)
|
||||||
{
|
{
|
||||||
// Omit fields not allowed for this document type
|
// Omit fields not allowed for this document type
|
||||||
@@ -160,8 +159,7 @@
|
|||||||
else if (inputType.equals("dropdown") || inputType.equals("list"))
|
else if (inputType.equals("dropdown") || inputType.equals("list"))
|
||||||
{
|
{
|
||||||
String storedVal = values.get(i).getValue();
|
String storedVal = values.get(i).getValue();
|
||||||
String displayVal = inputs[z].getDisplayString(pairsName,
|
String displayVal = inputs[z].getDisplayString(pairsName, storedVal);
|
||||||
storedVal);
|
|
||||||
if (displayVal != null && !displayVal.equals(""))
|
if (displayVal != null && !displayVal.equals(""))
|
||||||
{
|
{
|
||||||
row.append(Utils.addEntities(displayVal));
|
row.append(Utils.addEntities(displayVal));
|
||||||
|
Reference in New Issue
Block a user