diff options
| author | EuAndreh <eu@euandre.org> | 2025-04-10 08:05:12 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-04-10 08:05:12 -0300 |
| commit | 064c0fbf8312e5118f59618d98b38eb76c076580 (patch) | |
| tree | 75f39d14d8d9aab16aced12855c90442be249298 /src/html | |
| parent | src/*: "./" is enough for sourcing with ".", no need to use realpath(1) (diff) | |
| download | mkwb-064c0fbf8312e5118f59618d98b38eb76c076580.tar.gz mkwb-064c0fbf8312e5118f59618d98b38eb76c076580.tar.xz | |
src/{feedentry,html}: Normalize variables - remove underscores
Diffstat (limited to '')
| -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 |
