Fix syntax error

This commit is contained in:
ryounes 2011-07-07 21:49:05 +00:00
parent af2ba55b8c
commit acf520ef2d

View file

@ -182,7 +182,7 @@
String subjectName = ((Individual)request.getAttribute("subject")).getName();
String submitLabel="";
String title=" <em>webpage</em> for " + subjectName";
String title=" <em>webpage</em> for " + subjectName;
if (objectUri != null) {
title = "Edit" + title;
submitLabel = "Save changes";