added mising closing bracket (#5467)

This commit is contained in:
chansizzle 2020-09-21 11:15:55 -06:00 committed by GitHub
parent cf1b6eab3e
commit 60666d1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2347,7 +2347,7 @@
<!-- ############################################################################## -->
<!-- # Enable/Disable WiFi -->
<!-- # Number: 0 - No, 2 - Off & Hide Menu From LCD, 1 - Yes. Default is 0 -->
{if isset($grandstream_wifi_enable)
{if isset($grandstream_wifi_enable)}
<P7800>{$grandstream_wifi_enable}</P7800>
{/if}