Fix elif
This commit is contained in:
parent
3262115a3f
commit
b973848cfe
|
|
@ -58,7 +58,7 @@
|
||||||
<key>{{ k }}</key>
|
<key>{{ k }}</key>
|
||||||
<!-- {% if v is True %} -->
|
<!-- {% if v is True %} -->
|
||||||
<true />
|
<true />
|
||||||
<!-- {% else if v is False %} -->
|
<!-- {% elif v is False %} -->
|
||||||
<false />
|
<false />
|
||||||
<!-- {% else %} -->
|
<!-- {% else %} -->
|
||||||
<string>{{ v }}</string>
|
<string>{{ v }}</string>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue