summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html')
-rwxr-xr-xsrc/html4
1 files changed, 2 insertions, 2 deletions
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