Browse Source

Make the filepath shown in the UI an unicode

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
71aa91a17f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagure/templates/repo_pull_request.html

+ 1 - 1
pagure/templates/repo_pull_request.html

@@ -678,7 +678,7 @@
           <div class="pull-xs-left pr-changes-description"><strong>file <span class="text-success">added</span></strong></div>
         </div>
         <div class="ellipsis pr-changes-description">
-          <small>{{filepath}}</small>
+          <small>{{ filepath | unicode }}</small>
         </div>
     </a>
     {%- endmacro %}