]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Fixed export by tags with a tag which contains space
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 52707cb8311dae23222d7451ac35ec48ab7d33ae..8a0932892d58567f94b3d46956be208d9d48a867 100644 (file)
@@ -143,7 +143,7 @@ class TagController extends Controller
             'form' => null,
             'entries' => $entries,
             'currentPage' => $page,
-            'tag' => $tag->getLabel(),
+            'tag' => $tag->getSlug(),
         ]);
     }
 }