musacivak / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

Error in format json_format_html #225

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: