I have three attributes, ${school_url}, and ${school_lat} and ${school_lon}. The current text is included in a 'hint' attribute in Connect:
<br>Website: <a href="${school_url}">${school_url}</a></font><br>Map: <a href="https://www.google.com/maps/place/@${school_lat},${school_lon},17z">Google</a>
Website: ${school_url}
Map: Google
The mobile version displays properly and hyperlinks work great. However, in the web version I get the following:

I'm not sure what to add/remove to correct the display, removing the unnecessary items in the hyperlinks (for the the web version).