use escape quotes
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Oct 2017 15:40:18 +0000 (11:40 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 17 Oct 2017 15:40:18 +0000 (11:40 -0400)
Need to only escape the quotes for title.

glm-member-db/views/front/members/list.html

index 0a0bd2e..9d848d0 100644 (file)
@@ -707,7 +707,7 @@ Search Terms:
                             position: new google.maps.LatLng({$m.lat}, {$m.lon}),
                             draggable: false,
                             animation: google.maps.Animation.DROP,
-                            title: '{$m.name|escape}',
+                            title: '{$m.name|escape:'quotes'}',
                             descr: $('#map_info_' + {$m.id}).html(),
                             memberID: {$m.member}
                         });