diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl index 34949b362..06a82a91c 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl @@ -1,8 +1,4 @@ <#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#assign today = .now > -<#assign todayDate = today?date> -Results from ${siteName} for ${querytext} on ${todayDate} - Name, Title, Email, URI, VIVO Profile URL <#list individuals as individual> "${individual.name}",<#if individual.preferredTitle?has_content>"${individual.preferredTitle}",<#if individual.email?has_content>"${individual.email}","${individual.uri}","${individual.profileUrl}"