diff --git a/productMods/templates/entity/educationalTrainingShortView.jsp b/productMods/templates/entity/educationalTrainingShortView.jsp index 9fd87817..fe7774cd 100644 --- a/productMods/templates/entity/educationalTrainingShortView.jsp +++ b/productMods/templates/entity/educationalTrainingShortView.jsp @@ -64,15 +64,15 @@ <%-- Build the output string --%> - - ${degreeStr} - , ${selectedOrganizationStr} - , ${degreeDeptOrSchool} - , ${year} - , ${degreeSupplementalInfo} + + educational background ${individual.name} - - educational background ${individual.name} + + <%= StringUtils.join(", ", (String) pageContext.getAttribute("degreeStr"), + (String) pageContext.getAttribute("selectedOrganizationStr"), + (String) pageContext.getAttribute("degreeDeptOrSchool"), + (String) pageContext.getAttribute("year"), + (String) pageContext.getAttribute("degreeSupplementalInfo") ) %>