Fix closing tag on if/else (#7390)

The firmware download section was missing the closing {/if}

Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
This commit is contained in:
Trick Solutions
2025-06-18 17:14:18 -04:00
committed by GitHub
parent b5efee25c7
commit 282134980e
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
<P212>{$grandstream_firmware_upgrade_protocol}</P212>
{else}
<P212>2</P212>
{/if}
<!-- Firmware Server Path -->
<!-- Server address -->

View File

@@ -91,6 +91,7 @@
<P212>{$grandstream_firmware_upgrade_protocol}</P212>
{else}
<P212>2</P212>
{/if}
<!-- Firmware Server Path -->
<!-- Server address -->