From b6850ed811a6771c3efb02e06b46018ab5f8a05d Mon Sep 17 00:00:00 2001 From: magdev Date: Sat, 6 May 2023 12:00:06 +0200 Subject: [PATCH] small changes --- app/views/manifest/index.json.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/manifest/index.json.erb b/app/views/manifest/index.json.erb index 486aa00..5e40254 100755 --- a/app/views/manifest/index.json.erb +++ b/app/views/manifest/index.json.erb @@ -1,5 +1,4 @@ -<% if Setting.plugin_baupm_core['baupm_enable_webapp'] == '1' %> -{ +<% if Setting.plugin_baupm_core['baupm_enable_webapp'] == '1' %>{ "name": "<%= Setting.plugin_baupm_core['baupm_application_title'] %>", <% if Setting.plugin_baupm_core['baupm_application_short_title'].present? %> "short_name": "<%= Setting.plugin_baupm_core['baupm_application_short_title'] %>",