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:
authorraju249 <rajendrakadam249@gmail.com>2019-06-17 13:35:14 +0300
committerraju249 <rajendrakadam249@gmail.com>2019-06-17 18:19:45 +0300
commitd0802aa81b1fd1ad93f4f55b1fc8c0987e553783 (patch)
tree481529bb04f68c867ad1fc4d151e8c8744f48429 /lib/gitlab/asciidoc
parenteaffdc281cfd67b297f812611e26114454ee79a9 (diff)
Add changelog for the upgrade
Diffstat (limited to 'lib/gitlab/asciidoc')
-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)