diff options
Diffstat (limited to 'templates/repo/view_file.tmpl')
-rw-r--r-- | templates/repo/view_file.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index 5e519354b7..782331aad7 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -105,7 +105,7 @@ <span id="L{{$line}}" data-line-number="{{$line}}"></span> </td> <td rel="L{{$line}}" class="lines-code chroma"> - <pre><code>{{$code | Safe}}</code></pre> + <code>{{$code | Safe}}</code> </td> </tr> {{end}} |