Hello everyone,
I have a weird issue.
First my snippet looks something like this:
<a href="<?= $fileSingle->url() ?>">
<?= $file->title()->html() ?>
</a>
This is how the visitor see the page:
When the link is inspected (Like Berechnungstabelle Abgaben, Beiträge) it shows link too:
But when the link is clicked, the visitor is getting a html file and this:
Do you have a idea what I did wrong here?
Thanks in advance