diff --git a/progit/templates/file.html b/progit/templates/file.html index 288b521..fda8d01 100644 --- a/progit/templates/file.html +++ b/progit/templates/file.html @@ -41,7 +41,11 @@ {% autoescape false %} {{ content | format_loc}} {% endautoescape %} - {% elif output_type == 'binary' or output_type == 'image' %} + {% elif output_type == 'image' %} + + {% elif output_type == 'binary' %}
Binary files cannot be rendered.
Please