Skip to content
Snippets Groups Projects
Commit 1678001e authored by http://druler.com's avatar http://druler.com
Browse files

removing trailing whitespaces

parent 67512ea8
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ function template_preprocess_gmap_views_view_gmapextended(&$vars) {
foreach ($markers as $offset => $marker) {
// Set up 'opts' array to make tooltips work
$markers[$offset]['opts'] = array('title' => isset($marker['title']) ? decode_entities($marker['title']) : NULL);
switch ($options['clickmode']) {
case 'render':
$markers[$offset]['text'] = $vars['result'][$offset];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment