From b9833f2d116a9e7adadbeb0aa2640c576d3a976b Mon Sep 17 00:00:00 2001 From: rjy7 Date: Tue, 28 Sep 2010 15:34:26 +0000 Subject: [PATCH] Merge r1397:1399 from rel-1.1-maint --- .../entity/educationalTrainingShortView.jsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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") ) %>