mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes
This commit is contained in:
parent
de8ed36df1
commit
b72caa0f3d
@ -635,6 +635,6 @@ foreach ($items as $key=>$value) {
|
||||
if (count($result) > 12)
|
||||
break;
|
||||
}
|
||||
echo json_encode($result);
|
||||
echo array_to_json($result);
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user