X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fviews%2Fscripts%2Fidx%2Findex.phtml;h=03355a2a817799b132cbbcc502db1286ff3e7cbb;hp=b69bf38d99e14f30fb9c3516e13c276315737e13;hb=9f80d909c85ea324ed3337348b6e83ec39b70a78;hpb=6a642fc4ff9526efe4ac180e53f356be79235c62 diff --git a/application/views/scripts/idx/index.phtml b/application/views/scripts/idx/index.phtml index b69bf38..03355a2 100644 --- a/application/views/scripts/idx/index.phtml +++ b/application/views/scripts/idx/index.phtml @@ -85,14 +85,14 @@ if ($this->errorMsg) {
translate("export")?>
path->id) . '.kml'; + $href = $fullBaseUrl . 'geom/' . rawurlencode($this->path->displayTitle) . '.kml'; printf('%s', $href, $this->translate('kml export'), $this->translate('kml export')); print '
'; - $href = $fullBaseUrl . 'geom/' . urlencode($this->path->id) . '.gpx'; + $href = $fullBaseUrl . 'geom/' . rawurlencode($this->path->displayTitle) . '.gpx'; printf('%s', $href, $this->translate('gpx export'),