diff options
Diffstat (limited to 'src/html')
-rwxr-xr-x | src/html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ shift $((OPTIND - 1)) FILENAME="${1:-}" eval "$(assert-arg -- "$FILENAME" 'FILENAME.htmlbody')" -. "$(realpath -- "${FILENAME%.*}.conf")" +. ./"${FILENAME%.*}.conf" dates() { |