Gosh it's hard to submit a Docs-related bug report, but hopefully this suffices:
On this page: http://code.google.com/apis/maps/articles/phpsqlajax_v3.html under the Putting It All Together section The display of the document located here http://gmaps-samples-v3.googlecode.com/svn/trunk/articles/phpsqlajax/phpsqlajax_map_v3.html is incorrect. It reads thus: var html = "" + name + " " + address; But should look like this: var html = "<b>" + name + "</b> <br/>" + address; It seems the HTML is getting rendered, dunno why. If it doesn't show up properly (HTML email or whatever) just double-check with the doc linked above. - Matt -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.