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