davemds pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=1c7bfa21221ea5d6b73a114b4e333f66608e8f27

commit 1c7bfa21221ea5d6b73a114b4e333f66608e8f27
Author: Dave Andreoli <[email protected]>
Date:   Thu Jan 1 15:24:27 2015 +0100

    Hopefully fix the developer map on the contact page.
---
 public_html/p/contact/devsmap/en-body | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/p/contact/devsmap/en-body 
b/public_html/p/contact/devsmap/en-body
index 78dc3bf..4802330 100644
--- a/public_html/p/contact/devsmap/en-body
+++ b/public_html/p/contact/devsmap/en-body
@@ -249,7 +249,7 @@ google.maps.event.addListener(overlay, 
'projection_changed', function() {
 <?php
 foreach ($devs as $dev)
    echo "create_dev_marker($dev[lat], $dev[lon], '$dev[IRC]', '$dev[Location]',
-                  '$dev[Icon]', '$dev[IconBig]', '$dev[Name]', '$dev[Email]',
+                  '$dev[Icon]', '$dev[IconBig]', \"$dev[Name]\", '$dev[Email]',
                   '$dev[WWW]', '$dev[Managing]', '$dev[Contributing]',
                   '$dev[Platform]', '$dev[Group]')\n";
 if (isset($_REQUEST["debug"]))

-- 


Reply via email to