From: Steve Sutton Date: Tue, 17 Oct 2017 15:40:18 +0000 (-0400) Subject: use escape quotes X-Git-Tag: v1.0.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4bd78170b05f24803a838073882cf1fb76ff1a38;p=WP-Themes%2Fmichigantrailmaps.git use escape quotes Need to only escape the quotes for title. --- diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 0a0bd2e..9d848d0 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -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} });