diff options
Diffstat (limited to 'src/html')
-rwxr-xr-x | src/html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |