From 862de9a288a0adf62c56f1d96f58009e2f638d98 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 2 Nov 2019 06:44:18 +0100 Subject: [PATCH] Set default values to empty string. --- mastodon-api-comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon-api-comments.html b/mastodon-api-comments.html index 69bcb00..967feff 100644 --- a/mastodon-api-comments.html +++ b/mastodon-api-comments.html @@ -1,5 +1,5 @@ -{{ $instance := .Get "instance" | default "false" }} -{{ $status_id := .Get "status_id" | default "false" }} +{{ $instance := .Get "instance" | default "" }} +{{ $status_id := .Get "status_id" | default "" }} {{ partial "mastodon-api-comments-scripts.html" . }}