Skip to content

Commit

Permalink
ADMINTOOL-15 : ExportSpace does not export spaces if page has a dot i…
Browse files Browse the repository at this point in the history
…n the name
  • Loading branch information
acotiuga committed Feb 24, 2016
1 parent e48ee93 commit b517591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/Admin/ExportSpace.xml
Expand Up @@ -38,11 +38,11 @@

{{html}}

<a href="$doc.getURL('export',$params)">Confirm Export Space $request.space</a>
<a href="$doc.getURL('export',$escapetool.url($params))">Confirm Export Space $request.space</a>
<br />

#set($params = "space=$request.space&do=delete")
<a href="$doc.getURL('view',$params)">Delete Space $request.space</a>
<a href="$doc.getURL('view',$escapetool.url($params))">Delete Space $request.space</a>

{{/html}}

Expand Down

0 comments on commit b517591

Please sign in to comment.