diff options
author | http://jneen.net/ <jneen@jneen.net> | 2016-06-15 11:44:12 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2016-07-14 10:08:14 -0700 |
commit | 7e8a92fbd1cdaaf1011b301124c0d3f471c871fd (patch) | |
tree | c626cdff9f3a5dd32aeb7c8cbc13fe250adb5531 /lib | |
parent | 681b5af586eb847651af075b325a8b6ef69f4ec6 (diff) | |
download | gitlab-ce-7e8a92fbd1cdaaf1011b301124c0d3f471c871fd.tar.gz |
the call site always specifies this option
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/highlight.rb | 1 |
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' |