Remove whitespace [Gun.io WhitespaceBot]
[catagits/Gitalist.git] / root / ref / blob.tt2
index ad81803..9de554c 100755 (executable)
@@ -1,14 +1,12 @@
-[% INCLUDE inc/syntax_highlight_css.tt2 %]
-
-<h3>[% INCLUDE 'nav/path.tt2' %]</h3>
+<h3 class="header">[% INCLUDE 'nav/path.tt2' %]</h3>
 
   [% IF object.type == 'commit' %]
    <div class='commit-message'>
     [% short_cmt(head.comment) %]
    </div>
   [% END %]
-       <pre class='blob'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) | html %]</pre>
+
+[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]
+
 
 
\ No newline at end of file