From 89643df83bdab61c9092b424ca577621327c923d Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 28 Jan 2011 14:55:10 +0000 Subject: [PATCH] Remove unneeded commented-out lines from templates --- .../individual/individual--foaf-person.ftl | 25 +++++++++---------- .../freemarker/body/individual/individual.ftl | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 665db313..71ad4515 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -8,21 +8,20 @@
<#-- Image --> - <#assign individualImage> - <@p.imageLinks individual=individual - propertyGroups=propertyGroups - namespaces=namespaces - editable=editable - showPlaceholder="always" - placeholder="${urls.images}/placeholders/person.thumbnail.jpg" /> - + <#assign individualImage> + <@p.imageLinks individual=individual + propertyGroups=propertyGroups + namespaces=namespaces + editable=editable + showPlaceholder="always" + placeholder="${urls.images}/placeholders/person.thumbnail.jpg" /> + - <#-- <#if ( individualImage?matches(' 0 )> --> - <#if ( individualImage?contains(' - <#assign infoClass = 'class="withThumb"'/> - + <#if ( individualImage?contains(' + <#assign infoClass = 'class="withThumb"'/> + -
${individualImage}
+
${individualImage}