We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bad29d commit ad80896Copy full SHA for ad80896
1 file changed
src/templates/pages/plugins.txp
@@ -59,7 +59,7 @@ if (!empty($json2['legacy'])) {
59
}
60
61
$out = json_encode($newJson, JSON_PRETTY_PRINT);
62
- echo ','.$out;
+ echo ' ,'.trim($out, '{..}');
63
64
</txp:php>
65
0 commit comments