Fix FTL syntax error - remove duplicate closing tags
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -160,8 +160,6 @@ | ... | @@ -160,8 +160,6 @@ |
| 160 | </#if> | 160 | </#if> |
| 161 | </#if> | 161 | </#if> |
| 162 | </#if> | 162 | </#if> |
| 163 | </#if> | ||
| 164 | </#if> | ||
| 165 | <#if fieldSubNode["check"]?has_content><#assign fieldMeta = fieldMeta + {"type": "checkbox"}></#if> | 163 | <#if fieldSubNode["check"]?has_content><#assign fieldMeta = fieldMeta + {"type": "checkbox"}></#if> |
| 166 | <#if fieldSubNode["radio"]?has_content><#assign fieldMeta = fieldMeta + {"type": "radio"}></#if> | 164 | <#if fieldSubNode["radio"]?has_content><#assign fieldMeta = fieldMeta + {"type": "radio"}></#if> |
| 167 | <#if fieldSubNode["date-find"]?has_content><#assign fieldMeta = fieldMeta + {"type": "date"}></#if> | 165 | <#if fieldSubNode["date-find"]?has_content><#assign fieldMeta = fieldMeta + {"type": "date"}></#if> | ... | ... |
-
Please register or sign in to post a comment