Hello, I have two pages, one of them contains an anchor for a section of the other page:
<dsp:a page="${publicUrl}${URLs.club}#ancora" class="veja-mais block">
In this other I have one, which is in the right place where it should be directed.
The problem I'm facing is that when I click the link that contains the anchor, Safari removes the #, so not directing.
I tried to use a section, name, class, but it still does not work.
Does anyone know what it can be? In other browsers it works correctly.
Here are the codes:
Page 1: <dsp:a page="${publicUrl}${URLs.club}#ancora" class="veja-mais block">
Page 2: <div id="ancora"></div>