From d121f725be025b895e182cdbe27a16b2f77e63fc Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 10 Feb 2015 12:17:48 -0700 Subject: [PATCH] minor changes for University and Person names with schema.org markup --- .../individual/propStatement-educationalTraining.ftl | 2 +- .../partials/individual/propStatement-fullName.ftl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl index d81062bd..3cf59637 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl @@ -26,7 +26,7 @@ <#local linkedIndividual> <#if statement.org??> - ${statement.orgName} + ${statement.orgName} <#elseif editable> <#-- Show the link to the context node only if the user is editing the page. --> ${i18n().missing_organization} diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-fullName.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-fullName.ftl index a684bb48..229f54b7 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-fullName.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-fullName.ftl @@ -11,10 +11,10 @@ <#macro showFullName statement> <#if statement.fullName?has_content> - <#if statement.prefix??>${statement.prefix!} - ${statement.firstName!} - ${statement.middleName!} - ${statement.lastName!}<#if statement.suffix??>, ${statement.suffix!} + <#if statement.prefix??>${statement.prefix!} + ${statement.firstName!} + ${statement.middleName!} + ${statement.lastName!}<#if statement.suffix??>, ${statement.suffix!} - \ No newline at end of file +