summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-29 17:43:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-29 17:43:51 +0300
commit933d2dcc975e87e4142f2440f20417f3f5f2dc51 (patch)
treed7d3f57e4a5344ba7e1b5def270b68db6addcdd4
parent3daef3dd51ad69ddad8d9b73c515fc335b75d6ac (diff)
parent039976af46de4a5f1acf523f088302ae9db57e30 (diff)
downloadgitlab-ce-933d2dcc975e87e4142f2440f20417f3f5f2dc51.tar.gz
Merge pull request #7634 from zzet/patch-11
Return extra empty line in blob render
-rw-r--r--app/views/shared/_file_hljs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_file_hljs.html.haml b/app/views/shared/_file_hljs.html.haml
index ceee2c7527d..7dd97c2b25c 100644
--- a/app/views/shared/_file_hljs.html.haml
+++ b/app/views/shared/_file_hljs.html.haml
@@ -9,4 +9,4 @@
.highlight
%pre
%code{ class: highlightjs_class(blob.name) }
- = blob.data
+ #{blob.data}