This commit is contained in:
Feodor Fitsner 2024-10-06 09:56:20 -07:00
parent 3262115a3f
commit b973848cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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>