diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 51d4211..ce10f8b 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;