Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-06-15 21:44:12 +0300
committerhttp://jneen.net/ <jneen@jneen.net>2016-07-14 20:08:14 +0300
commit7e8a92fbd1cdaaf1011b301124c0d3f471c871fd (patch)
treec626cdff9f3a5dd32aeb7c8cbc13fe250adb5531 /lib/gitlab
parent681b5af586eb847651af075b325a8b6ef69f4ec6 (diff)
the call site always specifies this option
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/highlight.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/highlight.rb b/lib/gitlab/highlight.rb
index adac216b337..7230a85bc9f 100644
--- a/lib/gitlab/highlight.rb
+++ b/lib/gitlab/highlight.rb
@@ -52,7 +52,6 @@ module Gitlab
def rouge_formatter(options = {})
options = options.reverse_merge(
- nowrap: true,
cssclass: 'code highlight',
lineanchors: true,
lineanchorsid: 'LC'