Use pretty JSON output in bootstrap.json templates

This commit is contained in:
Daniel Berteaud 2013-10-03 11:13:25 +02:00
parent 3d85c4fa95
commit b800430162
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ my $data = {
}
};
$OUT = to_json($data);
$OUT = to_json($data, {pretty => 1});
}