Project

General

Profile

« Previous | Next » 

Revision c323bdb8

Added by Andreas Kohlbecker almost 11 years ago

further reducing html errors encoding map url

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
1217 1217
    }
1218 1218

  
1219 1219
    $mapUri = url(get_edit_map_service_full_uri() . '/' . $map_service_script_name . '? '. $query_string);
1220
    $out .= '<img class="distribution_map" src="' . $mapUri . '" alt="Distribution Map" />';
1220
    $out .= '<img class="distribution_map" src="' . urlencode($mapUri) . '" alt="Distribution Map" />';
1221 1221
  }
1222 1222
  return $out;
1223 1223
}

Also available in: Unified diff