Repeated KirbyText links

Kirby 3.6

KirbyText relative link, without any attributes, generates the link twice:

(link: privacy) or (link: /privacy)

<a href="http://domain/privacy"><a href="http://domain/privacy">http://domain/privacy</a></a>

But maybe a text attribute should always be used?
(link: /privacy text: privacy)

Can’t reproduce this either… The text attribute is not required.

You are not using link inside another link by any chance?

No, nothing fancy going. I’ll settle for a text attribute.