forked from wallabag/wallabag
Fixed export by tags with a tag which contains space
This commit is contained in:
@ -143,7 +143,7 @@ class TagController extends Controller
|
||||
'form' => null,
|
||||
'entries' => $entries,
|
||||
'currentPage' => $page,
|
||||
'tag' => $tag->getLabel(),
|
||||
'tag' => $tag->getSlug(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user