summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/_blob.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/search/_blob.html.haml b/app/views/search/_blob.html.haml
index 8b5efa8f622..39e71170706 100644
--- a/app/views/search/_blob.html.haml
+++ b/app/views/search/_blob.html.haml
@@ -7,5 +7,4 @@
= blob.filename
.file_content.code.term
%div{class: user_color_scheme_class}
- = preserve do
- = raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } )
+ = raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } )