Skip to content

Commit 04a0e75

Browse files
litvinovgchenejac
authored andcommitted
VIVO-4000 Removed text from csv export template
1 parent 09a745d commit 04a0e75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webapp/src/main/webapp/templates/freemarker/body/search/search-csvResults.ftl

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
2-
<#assign today = .now >
3-
<#assign todayDate = today?date>
4-
Results from ${siteName} for ${querytext} on ${todayDate}
5-
62
Name, Title, Email, URI, VIVO Profile URL
73
<#list individuals as individual>
84
"${individual.name}",<#if individual.preferredTitle?has_content>"${individual.preferredTitle}"</#if>,<#if individual.email?has_content>"${individual.email}"</#if>,"${individual.uri}","${individual.profileUrl}"

0 commit comments

Comments
 (0)