View Single Post
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#75
Originally Posted by brendan View Post
i found a minor bug in mm. when you have a "&" ampersand in the name of a POI, an click on the POI to display its name, you only get the "i" icon, and not the name of the POI. replacing the "&" with "and" will display the name of the POI.
Yeah, that sounds reasonable. That display uses HTML, so angle brackets may fail as well (but it also means you can use <i> and <u>). Try using "&amp;" instead of "&" - that might be a workaround in the meantime.