From 282134980eb5d50712d34039217b64b2c4e94c98 Mon Sep 17 00:00:00 2001 From: Trick Solutions Date: Wed, 18 Jun 2025 17:14:18 -0400 Subject: [PATCH] Fix closing tag on if/else (#7390) The firmware download section was missing the closing {/if} Co-authored-by: Matthew Midgett --- resources/templates/provision/grandstream/ht801/{$mac}.xml | 1 + resources/templates/provision/grandstream/ht802/{$mac}.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/templates/provision/grandstream/ht801/{$mac}.xml b/resources/templates/provision/grandstream/ht801/{$mac}.xml index 2f78fac93e..0aaba031ab 100644 --- a/resources/templates/provision/grandstream/ht801/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht801/{$mac}.xml @@ -91,6 +91,7 @@ {$grandstream_firmware_upgrade_protocol} {else} 2 + {/if} diff --git a/resources/templates/provision/grandstream/ht802/{$mac}.xml b/resources/templates/provision/grandstream/ht802/{$mac}.xml index 635c29684b..92f20407d9 100644 --- a/resources/templates/provision/grandstream/ht802/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht802/{$mac}.xml @@ -91,6 +91,7 @@ {$grandstream_firmware_upgrade_protocol} {else} 2 + {/if}