Fixed export by tags with a tag which contains space

This commit is contained in:
Nicolas Lœuillet
2016-12-27 21:26:53 +01:00
parent 7719346328
commit c8de7ab94c
4 changed files with 5 additions and 5 deletions

View File

@ -143,7 +143,7 @@ class TagController extends Controller
'form' => null,
'entries' => $entries,
'currentPage' => $page,
'tag' => $tag->getLabel(),
'tag' => $tag->getSlug(),
]);
}
}