From 064c0fbf8312e5118f59618d98b38eb76c076580 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Apr 2025 08:05:12 -0300 Subject: src/{feedentry,html}: Normalize variables - remove underscores --- src/html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html') diff --git a/src/html b/src/html index 7e60841..ed6765f 100755 --- a/src/html +++ b/src/html @@ -57,7 +57,7 @@ EOF } h1() { - if [ "${custom_body:-}" = true ]; then + if [ "${custombody:-}" = true ]; then return fi @@ -69,7 +69,7 @@ EOF } comments() { - if [ "${custom_body:-}" = true ]; then + if [ "${custombody:-}" = true ]; then return fi -- cgit v1.2.3