diff options
Diffstat (limited to 'views/blob.html')
-rw-r--r-- | views/blob.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/blob.html b/views/blob.html index f1c6ad0..67ac11c 100644 --- a/views/blob.html +++ b/views/blob.html @@ -77,7 +77,9 @@ {{!markdown_blob(blob.utf8_content)}} </div> % elif can_colorize(blob.utf8_content): +<div class="colorized-src"> {{!colorize_blob(fname.raw, blob.utf8_content)}} +</div> % else: <pre class="blob-body"> {{blob.utf8_content}} |