Use HTML entities Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/b27ae950 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/b27ae950 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/b27ae950
Branch: refs/heads/master Commit: b27ae95078686e37a066a3448840582fed53ad3e Parents: 9191f35 Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 07:43:55 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 07:43:55 2018 +0100 ---------------------------------------------------------------------- asciidoc/templates/book/document.html.slim | 4 ++-- asciidoc/templates/document.html.slim | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/b27ae950/asciidoc/templates/book/document.html.slim ---------------------------------------------------------------------- diff --git a/asciidoc/templates/book/document.html.slim b/asciidoc/templates/book/document.html.slim index 446e211..4c36f0c 100644 --- a/asciidoc/templates/book/document.html.slim +++ b/asciidoc/templates/book/document.html.slim @@ -20,7 +20,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang) head meta http-equiv="Content-Type" content="text/html; charset=utf-8" meta name='generator' content="Asciidoctor #{attr 'asciidoctor-version'}" - title="Apache Ivy™ Documentation #{attr 'version'}" + title="Apache Ivy™ Documentation #{attr 'version'}" link rel="stylesheet" type="text/css" href="./style/style.css" link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" type="text/javascript" @@ -42,7 +42,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang) div id="footer-message" class="footer" hr/ i - | Copyright © 2007 - + | Copyright © 2007 - = " " + Time.now.year.to_s + " " | The Apache Software Foundation, Licensed under the a href="http://www.apache.org/licenses/" Apache License, Version 2.0 http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/b27ae950/asciidoc/templates/document.html.slim ---------------------------------------------------------------------- diff --git a/asciidoc/templates/document.html.slim b/asciidoc/templates/document.html.slim index 6e4bec6..4073a9c 100644 --- a/asciidoc/templates/document.html.slim +++ b/asciidoc/templates/document.html.slim @@ -21,7 +21,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang) head meta http-equiv="Content-Type" content="text/html; charset=utf-8" meta name='generator' content="Asciidoctor #{attr 'asciidoctor-version'}" - title=page.title + " | Apache Ivy™ Documentation" + title=page.title + " | Apache Ivy™ Documentation" link rel="stylesheet" type="text/css" href="#{page.relativeRoot}style/style.css" script src="#{page.relativeRoot}js/jquery.pack.js" type="text/javascript" script src="#{page.relativeRoot}js/jquery.treeview.js" type="text/javascript" @@ -43,18 +43,18 @@ html lang=(attr :lang, 'en' unless attr? :nolang) tr td div id="navcontainer" - a<> href="http://www.apache.org/" Apache™ + a<> href="http://www.apache.org/" Apache™ | > - a<> href="http://ant.apache.org/" Apache Ant™ + a<> href="http://ant.apache.org/" Apache Ant™ | > - a<> href="http://ant.apache.org/ivy/" Apache Ivy™ + a<> href="http://ant.apache.org/ivy/" Apache Ivy™ | > = page.breadCrumb table id="content" border="0" cellpadding="0" cellspacing="0" width="100%" tr td id="sidebar-left" div class="block block-book" id="block-book-0" - div class="sidebar-title" Apache Ivy™ + div class="sidebar-title" Apache Ivy™ div class="content" = page.menu() center @@ -79,7 +79,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang) div id="footer-message" class="footer" hr/ i - | Copyright © 2007 - + | Copyright © 2007 - = " " + Time.now.year.to_s + " " | The Apache Software Foundation, Licensed under the a href="http://www.apache.org/licenses/" Apache License, Version 2.0
