From acf520ef2d0910843f728208c4915e4ded442a33 Mon Sep 17 00:00:00 2001 From: ryounes Date: Thu, 7 Jul 2011 21:49:05 +0000 Subject: [PATCH] Fix syntax error --- productMods/edit/forms/manageWebpagesForIndividual.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";