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'] %>",