diff options
Diffstat (limited to 'views/blob.html')
-rw-r--r-- | views/blob.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/blob.html b/views/blob.html index 4d5f7d0..283bbcd 100644 --- a/views/blob.html +++ b/views/blob.html @@ -36,7 +36,7 @@ <a href="">{{!fname.html}}</a> </h3> -% if has_colorizer(): +% if can_colorize(blob): {{!colorize_blob(fname.unicode, blob)}} % else: <pre class="blob-body"> |