From 2cb10b841f3351102dfbc227d45caa810776d427 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 16 Oct 2024 22:29:20 +0000 Subject: [PATCH] doc: fix wrong doc missing quotation marks --- cfg/conf.sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg/conf.sample.php b/cfg/conf.sample.php index f91c5e89..9b9f5b21 100644 --- a/cfg/conf.sample.php +++ b/cfg/conf.sample.php @@ -280,4 +280,5 @@ dir = PATH "data" ; Subresource integrity (SRI) hashes used in template files. Uncomment and set ; these for all js files used. See: ; https://github.com/PrivateBin/PrivateBin/wiki/FAQ#user-content-how-to-make-privatebin-work-when-i-have-changed-some-javascript-files -;privatebin.js = sha512-[…] +;privatebin.js = "sha512-[…]" +