diff options
Diffstat (limited to 'app/views/javascript/nonce.phtml')
| -rw-r--r-- | app/views/javascript/nonce.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/javascript/nonce.phtml b/app/views/javascript/nonce.phtml index e7dceb339..ee1e3ecb5 100644 --- a/app/views/javascript/nonce.phtml +++ b/app/views/javascript/nonce.phtml @@ -1,4 +1,4 @@ <?php declare(strict_types=1); /** @var FreshRSS_ViewJavascript $this */ -echo json_encode(array('salt1' => $this->salt1, 'nonce' => $this->nonce)); +echo json_encode(['salt1' => $this->salt1, 'nonce' => $this->nonce]); |
