Explorar el Código

remove encodeURI function

kaoritokashiki hace 5 años
padre
commit
c2c27f907e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/views/layout-growi/shared_page.html

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

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