diff options
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index d8f3fb5e4f8..ba2385d794f 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -12,7 +12,7 @@ <li <?php if($app['active']) echo 'class="active"'?> data-id="<?php echo $app['id'] ?>"> <?php echo $app['name'] ?> <span class="hidden"> - <?php echo json_encode($app) ?> + <?php OC_JSON::encodedPrint($app) ?> </span> </li> <?php endforeach;?> |