summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 08:05:12 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 08:05:12 -0300
commit064c0fbf8312e5118f59618d98b38eb76c076580 (patch)
tree75f39d14d8d9aab16aced12855c90442be249298 /src/html
parentsrc/*: "./" is enough for sourcing with ".", no need to use realpath(1) (diff)
downloadmkwb-064c0fbf8312e5118f59618d98b38eb76c076580.tar.gz
mkwb-064c0fbf8312e5118f59618d98b38eb76c076580.tar.xz
src/{feedentry,html}: Normalize variables - remove underscores
Diffstat (limited to '')
-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