"Pages in this section" -> "Pages in *file title*"

This commit is contained in:
emamaker 2023-05-17 23:51:20 +02:00
parent 4536162c42
commit 52b4b836f2

View File

@ -224,7 +224,7 @@ if ! [ "$SKIP_LIST" ]; then
if [ "$indexf" = "$destdir/index.html" ]; then if [ "$indexf" = "$destdir/index.html" ]; then
llinksec=$linksec llinksec=$linksec
else else
llinksec="$linksec in this section" llinksec="$linksec in $title"
fi fi
tmpfile="$(mktemp)" tmpfile="$(mktemp)"