From 04a0e75a93c99b9bd9b4e6c8ca2238617cd0ff78 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 9 Sep 2024 15:24:32 +0200 Subject: [PATCH] VIVO-4000 Removed text from csv export template --- .../templates/freemarker/body/search/search-csvResults.ftl | 4 ---- 1 file changed, 4 deletions(-) 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 34949b3629..06a82a91ce 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}"