Fix syntax error
This commit is contained in:
parent
af2ba55b8c
commit
acf520ef2d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue