Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-1419

Google mapping breaks when a city has a single quote in name

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6
    • Component/s: None
    • Labels:
      None

      Description

      File to fix

      templates/CRM/Contact/Form/Task/Map/Google.tpl

      line 50
      var from = '{$location.address}';

      Needs to be changed to

      var from = "{$location.address}";

        Attachments

          Activity

            People

            • Assignee:
              sameermare Sameer Mare
              Reporter:
              cdhawk Curtis Delaney
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: