From b75777fd95ac7e432a6f576c018b8285efffbca4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 28 Jan 2014 11:53:02 +0200 Subject: [PATCH] no raw data rendering Signed-off-by: Dmitriy Zaporozhets --- app/views/shared/_file_hljs.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_file_hljs.html.haml b/app/views/shared/_file_hljs.html.haml index f50185a5c0c..ad2a2fc335a 100644 --- a/app/views/shared/_file_hljs.html.haml +++ b/app/views/shared/_file_hljs.html.haml @@ -8,4 +8,4 @@ .highlight %pre %code - = raw blob.data + = blob.data