As you can see in the screenshot, the parser puts an extra space after the ":"
in a string.
At line 112 in app/funcs/functions.php replace the line :
$new_json .= ": ";
by
$new_json .= ":";
Original issue reported on code.google.com by s...@bouh.org on 21 Sep 2012 at 7:40
Original issue reported on code.google.com by
s...@bouh.org
on 21 Sep 2012 at 7:40Attachments: