diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java index 1cc66879b..27c9b38b7 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java @@ -73,7 +73,7 @@ public class ListPropertyGroupsController extends FreemarkerHttpServlet { publicName = publicName.replace("\"","\\\""); publicName = publicName.replace("\'","\\\'"); try { - json += "{ \"name\": \"" + publicName + "\", "; + json += "{ \"name\": \"" + publicName + "\", "; } catch (Exception e) { json += "{ \"name\": \"" + publicName + "\", "; }