individual-qrCodeFoafPerson.ftl: quick correction

This commit is contained in:
mbarbier 2011-03-31 18:38:33 +00:00
parent 5491a88b91
commit 538370aa4f

View file

@ -25,7 +25,6 @@ END:VCARD
<#local foaf = "http://xmlns.com/foaf/0.1/"> <#local foaf = "http://xmlns.com/foaf/0.1/">
<#local rdfs = "http://www.w3.org/2000/01/rdf-schema#"> <#local rdfs = "http://www.w3.org/2000/01/rdf-schema#">
<#local label = individual.nameStatement.value >
<#local firstName = (allProperties.getProperty("${foaf}firstName").firstValue)! > <#local firstName = (allProperties.getProperty("${foaf}firstName").firstValue)! >
<#local lastName = (allProperties.getProperty("${foaf}lastName").firstValue)! > <#local lastName = (allProperties.getProperty("${foaf}lastName").firstValue)! >
<#local org = "temp" > <#local org = "temp" >