diff --git a/productMods/edit/forms/manageWebpagesForIndividual.jsp b/productMods/edit/forms/manageWebpagesForIndividual.jsp index ba318287..fb00def8 100644 --- a/productMods/edit/forms/manageWebpagesForIndividual.jsp +++ b/productMods/edit/forms/manageWebpagesForIndividual.jsp @@ -182,7 +182,7 @@ String subjectName = ((Individual)request.getAttribute("subject")).getName(); String submitLabel=""; - String title=" webpage for " + subjectName"; + String title=" webpage for " + subjectName; if (objectUri != null) { title = "Edit" + title; submitLabel = "Save changes";