-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP40, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.0 M1, 7.1.X, Master
-
Component/s: Core Infrastructure > Util
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Typo found in LexiconUtil.java in master source. Affects previous versions of DXP as well (originally found on sp6)
Link/Path to file https://github.com/liferay/liferay-portal/blob/master/util-taglib/src/com/liferay/taglib/util/LexiconUtil.java
Line 26 reads
return "user-icon-defaul";
Line 26 should read
return "user-icon-default";