I mean this code build the frontend POI:
<div class="mapp-title">MY COMPANY</div>
<div class="mapp-body">
<a href=""></a>
<p style="text-align: center;"><strong>Fashion Style</strong></p>
<p style="text-align: center;"><strong><img src="http://localhost/wp4/wp-content/uploads/2018/03/favicon.png" alt="" width="32" height="32"></strong></p>
<p style="text-align: center;">Paris - FRANCE</p>
</div><div class="mapp-links"><a href="#" data-mapp-action="dir">Directions</a></div>
As I use CSS background color for Direction link, it apply too on empty link <a href=""></a> above.
An empty link isn’t w3c compliant…
Solved in v2.48.2.
Thanks Chris.