From 2971467c41be801542a4b61fae6e4f38a63fd3f7 Mon Sep 17 00:00:00 2001 From: Martino Lessio Date: Wed, 18 May 2016 11:55:20 +0200 Subject: [PATCH] Fix for xml direct download --- wp-gpx-maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 0673e8c..7d6bb5b 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -728,7 +728,7 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') $dummy = ( defined('WP_SITEURL') ) ? WP_SITEURL : get_bloginfo('url'); $gpxurl = $dummy.$gpxurl; } - $output.="".__("Download", "wp-gpx-maps").""; + $output.="".__("Download", "wp-gpx-maps").""; } return $output;