mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
fixed the wrong use of the local variable style
This commit is contained in:
@@ -472,7 +472,7 @@ public class ItemTag extends TagSupport
|
||||
try
|
||||
{
|
||||
label = I18nUtil.getMessage("metadata."
|
||||
+ (style != null ? style + "." : "") + field,
|
||||
+ ("default".equals(this.style) ? "" : this.style + ".") + field,
|
||||
context);
|
||||
}
|
||||
catch (MissingResourceException e)
|
||||
|
Reference in New Issue
Block a user