Change asciidoc.rb to refer new backend name

This commit is contained in:
raju249 2019-06-17 13:49:01 +05:30
parent 077b39283a
commit 65ffd68957
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module Gitlab
end
asciidoc_opts = { safe: :secure,
backend: :gitlab_html5,
backend: :html5,
attributes: DEFAULT_ADOC_ATTRS,
extensions: extensions }