summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorraju249 <rajendrakadam249@gmail.com>2019-06-17 16:05:14 +0530
committerraju249 <rajendrakadam249@gmail.com>2019-06-17 20:49:45 +0530
commitd0802aa81b1fd1ad93f4f55b1fc8c0987e553783 (patch)
tree481529bb04f68c867ad1fc4d151e8c8744f48429 /lib
parenteaffdc281cfd67b297f812611e26114454ee79a9 (diff)
downloadgitlab-ce-d0802aa81b1fd1ad93f4f55b1fc8c0987e553783.tar.gz
Add changelog for the upgrade
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/asciidoc/html5_converter.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/asciidoc/html5_converter.rb b/lib/gitlab/asciidoc/html5_converter.rb
index 9f0ae25d9c0..e5163e1954c 100644
--- a/lib/gitlab/asciidoc/html5_converter.rb
+++ b/lib/gitlab/asciidoc/html5_converter.rb
@@ -5,7 +5,6 @@ require 'asciidoctor'
module Gitlab
module Asciidoc
class Html5Converter < (Asciidoctor::Converter.for 'html5')
-
register_for 'gitlab_html5'
def convert_stem(node)