Explorar o código

fix: support tags containing special characters (#2743) (#2748)

Marwane Kalam-Alami %!s(int64=4) %!d(string=hai) anos
pai
achega
b5af931f88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/components/tags.vue

+ 1 - 1
client/components/tags.vue

@@ -243,7 +243,7 @@ export default {
   router,
   created () {
     this.$store.commit('page/SET_MODE', 'tags')
-    this.selection = _.compact(this.$route.path.split('/'))
+    this.selection = _.compact(decodeURI(this.$route.path).split('/'))
   },
   mounted () {
     this.locales = _.concat(