diff --git a/lib/ex_doc/formatter/epub/templates/extra_template.eex b/lib/ex_doc/formatter/epub/templates/extra_template.eex index 6acaa1444..897cf8116 100644 --- a/lib/ex_doc/formatter/epub/templates/extra_template.eex +++ b/lib/ex_doc/formatter/epub/templates/extra_template.eex @@ -3,7 +3,6 @@ <%=h title_content %> <%= H.link_headings(content) %> - <%# Extra content specified by the user (e.g. custom Javascript) %> <%= before_closing_body_tag(config, :epub) %> diff --git a/lib/ex_doc/formatter/epub/templates/head_template.eex b/lib/ex_doc/formatter/epub/templates/head_template.eex index 2d414758d..0102c6f44 100644 --- a/lib/ex_doc/formatter/epub/templates/head_template.eex +++ b/lib/ex_doc/formatter/epub/templates/head_template.eex @@ -8,7 +8,6 @@ " /> - <%# Extra content specified by the user (e.g. custom CSS) %> <%= before_closing_head_tag(config, :epub) %> diff --git a/lib/ex_doc/formatter/epub/templates/module_template.eex b/lib/ex_doc/formatter/epub/templates/module_template.eex index 8a0274a32..fc1ae4aaa 100644 --- a/lib/ex_doc/formatter/epub/templates/module_template.eex +++ b/lib/ex_doc/formatter/epub/templates/module_template.eex @@ -30,7 +30,6 @@ <% end %> - <%# Extra content specified by the user (e.g. custom Javascript) %> <%= before_closing_body_tag(config, :epub) %> diff --git a/lib/ex_doc/formatter/epub/templates/nav_template.eex b/lib/ex_doc/formatter/epub/templates/nav_template.eex index cc1bfa691..5ccd6c539 100644 --- a/lib/ex_doc/formatter/epub/templates/nav_template.eex +++ b/lib/ex_doc/formatter/epub/templates/nav_template.eex @@ -18,7 +18,6 @@ <%= nav_item_template "Mix Tasks", nodes.tasks %> - <%# Extra content specified by the user (e.g. custom Javascript) %> <%= before_closing_body_tag(config, :epub) %> diff --git a/lib/ex_doc/formatter/epub/templates/title_template.eex b/lib/ex_doc/formatter/epub/templates/title_template.eex index 5e7932e3c..0b3f1345b 100644 --- a/lib/ex_doc/formatter/epub/templates/title_template.eex +++ b/lib/ex_doc/formatter/epub/templates/title_template.eex @@ -10,7 +10,6 @@ <% end %> <% end %> - <%# Extra content specified by the user (e.g. custom Javascript) %> <%= before_closing_body_tag(config, :epub) %> diff --git a/lib/ex_doc/formatter/html/templates/footer_template.eex b/lib/ex_doc/formatter/html/templates/footer_template.eex index 185b02c5d..5488a0212 100644 --- a/lib/ex_doc/formatter/html/templates/footer_template.eex +++ b/lib/ex_doc/formatter/html/templates/footer_template.eex @@ -39,7 +39,6 @@ - <%# Extra content specified by the user (e.g. custom Javascript) %> <%= before_closing_body_tag(config, :html) %> diff --git a/lib/ex_doc/formatter/html/templates/head_template.eex b/lib/ex_doc/formatter/html/templates/head_template.eex index 343289459..939607423 100644 --- a/lib/ex_doc/formatter/html/templates/head_template.eex +++ b/lib/ex_doc/formatter/html/templates/head_template.eex @@ -25,12 +25,11 @@ - <%# Extra content specified by the user (e.g. custom CSS) %> <%= before_closing_head_tag(config, :html) %>