I have a link:
<li><a href="#schedule">Programação</a></li>
That redirects to the div:
<div class="schedule" id="schedule">
<h1>Programação</h1>
</div>
In firefox and Edge it works perfectly, when I look at the link in the browser status bar it looks like this:
meusite.com/#schedule
But in Chrome does not work the link, the status bar, the '/' does not appear and looks like this:
meusite.com#schedule
What can I do for Chrome to work?
This site I made about 3 years ago and the client never reported the error, now he came to me to request the correction. Was it a Chrome update? I have tested in several Chrome browsers on several devices and the problem persists.