minor list view changes
This commit is contained in:
parent
86caf18b25
commit
0c3d268cc2
5 changed files with 30 additions and 95 deletions
|
@ -16,8 +16,7 @@
|
|||
<#assign count = property.statements?size!>
|
||||
|
||||
<#assign identifier>
|
||||
<#if statement.url?has_content>
|
||||
${statement.url?replace(":","")?replace("/","")?replace(".","-")?replace("&","")?replace("%","")?replace("?","")?replace("=","")}<#t>
|
||||
<#if statement.url?has_content>${statement.url?replace("[^\\p{L}\\p{N}]","","r")}<#t>
|
||||
<#else>
|
||||
"noUrl"<#t>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue