individual-qrCodeFoafPerson.ftl: quick correction
This commit is contained in:
parent
5491a88b91
commit
538370aa4f
1 changed files with 0 additions and 1 deletions
|
@ -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" >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue