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;