From da0120d1ea8e11412a1853f75468d825b15b3844 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 12 Jun 2021 13:03:22 -0400 Subject: [PATCH] fix: strings should have quotes --- templates/pinnwand.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pinnwand.toml b/templates/pinnwand.toml index 069d01d..2b2afd8 100644 --- a/templates/pinnwand.toml +++ b/templates/pinnwand.toml @@ -62,7 +62,7 @@ paste_help = "

Welcome to pinnwand, this site is a pastebin. It allows you to # Email used for file reporting. If the value is not None then a href with a mailto # link will be added to every paste page thus allowing the users to report pastes # that may need removal. -report_email = {{ config['report_email'] | default('maintainer@example.com') }} +report_email = "{{ config['report_email'] | default('maintainer@example.com') }}" # Expiries are given by a name and their duration in seconds, if you want to do # 'forever' set a really large number...