소스 검색

remove encodeURI function for Kibela's shared link page

kaoritokashiki 5 년 전
부모
커밋
4bbae1f5e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}