From dac9bb4187342512268e6ffdf2281dbb9ca6815c Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 12 Oct 2021 21:32:46 -0400 Subject: [PATCH] Pass proper --imgbase argument --- www/hebhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/hebhtml b/www/hebhtml index 61352ecf..9737c8c9 100644 --- a/www/hebhtml +++ b/www/hebhtml @@ -18,7 +18,7 @@ set lastyear iif(lastmon==12, thisyear-1, thisyear) set nextmon mon(nextmon) set lastmon mon(lastmon) BANNER % -REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | rem2html --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" +REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | rem2html --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase %IMAGEBASE% EOR else @@ -33,7 +33,7 @@ set lastyear iif(lastmon==12, thisyear-1, thisyear) set nextmon mon(nextmon) set lastmon mon(lastmon) BANNER % -REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | rem2html --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" +REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | rem2html --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase %IMAGEBASE% EOR fi