mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
remove json_encode for those who aren't able to upgrade their version of php for god knows what reason ;)
This commit is contained in:
parent
3737d170a0
commit
a8aa78d331
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@
|
|||
$test_pages = array_merge($directories, glob("**/*-tests.html"));
|
||||
sort($test_pages);
|
||||
|
||||
echo json_encode( array('testPages' => $test_pages));
|
||||
echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
|
||||
?>
|
||||
Loading…
Reference in a new issue