Ver Fonte

remove encodeURI function for Kibela's shared link page

kaoritokashiki há 5 anos atrás
pai
commit
4bbae1f5e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/server/views/layout-kibela/shared_page.html

+ 1 - 1
src/server/views/layout-kibela/shared_page.html

@@ -2,7 +2,7 @@
 
 
 {% block content_header %}
-  <h1 class="p-3">{{ encodeURI(page.path) }}</h1>
+  <h1 class="p-3">{{ page.path }}</h1>
 {% endblock %}