diff --git a/pagure/templates/file.html b/pagure/templates/file.html index 9259785..fb8377a 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -55,7 +55,7 @@ {% if output_type=='file' %} {% autoescape false %} - {{ content | format_loc}} + {{ content | format_loc }} {% endautoescape %} {% elif output_type == 'markup' %} {% autoescape false %} @@ -80,7 +80,7 @@
| {% if entry.filemode == 16384 %} @@ -100,9 +100,9 @@ {% if entry.filemode == 16384 %}{% endif%} | - {{ entry.hex|short }} + {{ entry.hex|short }} | - {% endfor %} + {% endfor %}