Skip to content

Commit ad80896

Browse files
committed
Remove extra braces
See #10
1 parent 3bad29d commit ad80896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/pages/plugins.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (!empty($json2['legacy'])) {
5959
}
6060

6161
$out = json_encode($newJson, JSON_PRETTY_PRINT);
62-
echo ','.$out;
62+
echo ' ,'.trim($out, '{..}');
6363
}
6464
</txp:php>
6565
}

0 commit comments

Comments
 (0)