From: Lady <redacted>
Date: Sat, 3 Aug 2024 16:56:59 +0000 (-0400)
Subject: Fix transform from sometimes expanding twice
X-Git-Tag: 0.12.3~2
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/f97ddff396fdd93bd22839ffc494df45258404bf?ds=inline;hp=f97ddff396fdd93bd22839ffc494df45258404bf

Fix transform from sometimes expanding twice

The default behaviour for processing expanded replacements of
`<书社:link>` elements was to expand them again, which was wrong,
beccause they have already been expanded once. They should just be
copied instead.

This line was probably copied from the default behaviour for
`<书社:link>` elements which are not expanded or replaced, where it is
the correct behaviour.
---