Fix spacing
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 22 Oct 2019 20:49:45 +0000 (16:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 22 Oct 2019 20:49:45 +0000 (16:49 -0400)
Fixing spacing in js code.

views/admin/plugins/plugins.html

index 9a72c44..d0365ef 100644 (file)
@@ -46,7 +46,9 @@
                 {
                     id:"{$plugin.id}",
                     name:"{$plugin.name|escape:'quotes'}",
-                    latestVersion:"{$plugin.latest_version}", glmAssociate:{if $plugin.glm_associate.value}true{else}false{/if} },
+                    latestVersion:"{$plugin.latest_version}",
+                    glmAssociate:{if $plugin.glm_associate.value}true{else}false{/if}
+                },
             {/foreach}
         ];
         {literal}