summaryrefslogtreecommitdiff
path: root/lib/rouge
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-07-14 09:51:10 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2016-07-14 10:08:15 -0700
commit3bb65815b0cb7731b3262ff216506582951a6f6f (patch)
tree54d261dcd6ee83ee25ae4df47cb604c7b81f81b5 /lib/rouge
parent55dc7d09b35c43679d0c298885c10aa59818bf66 (diff)
downloadgitlab-ce-3bb65815b0cb7731b3262ff216506582951a6f6f.tar.gz
kill the :cssclass option
Diffstat (limited to 'lib/rouge')
-rw-r--r--lib/rouge/formatters/html_gitlab.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rouge/formatters/html_gitlab.rb b/lib/rouge/formatters/html_gitlab.rb
index 791a9523884..b9e3272e0b5 100644
--- a/lib/rouge/formatters/html_gitlab.rb
+++ b/lib/rouge/formatters/html_gitlab.rb
@@ -17,11 +17,9 @@ module Rouge
# be changed with lineanchorsid to e.g. foo-linenumber
# (default: 'L').
def initialize(
- cssclass: 'highlight',
lineanchors: false,
lineanchorsid: 'L'
)
- @cssclass = cssclass
@lineanchors = lineanchors
@lineanchorsid = lineanchorsid
end