minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-11 00:43:00 +03:00
parent 98d7e54ca4
commit 2ccbc7f7d3
2 changed files with 0 additions and 2 deletions

View File

@ -352,7 +352,6 @@ IMAGE_SPREAD=(
# / +-- template name
# / /
[0]=text-spread
[1]=imagebleedleft
[2]=image-image
)
```

View File

@ -171,7 +171,6 @@ IMAGE_PAGE=${IMAGE_PAGE:=imagepage}
if [ ${#IMAGE_SPREAD[@]} = 0 ] ; then
IMAGE_SPREAD=(
[0]=text-spread
[1]=imagebleedleft
[2]=image-image
)
fi