You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/14 06:44:09 UTC

[2/2] ant-ivy git commit: Use HTML entities

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 <gi...@apache.org>
Authored: Wed Mar 14 07:43:55 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
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&#153; Documentation #{attr 'version'}"
+    title="Apache Ivy&trade; 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 &#169; 2007 -
+          | Copyright &copy; 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&#153; Documentation"
+    title=page.title + " | Apache Ivy&trade; 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&#153;
+              a<> href="http://www.apache.org/" Apache&trade;
               | &gt;
-              a<> href="http://ant.apache.org/" Apache Ant&#153;
+              a<> href="http://ant.apache.org/" Apache Ant&trade;
               | &gt;
-              a<> href="http://ant.apache.org/ivy/" Apache Ivy&#153;
+              a<> href="http://ant.apache.org/ivy/" Apache Ivy&trade;
               | &gt;
               = 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&#153;
+                div class="sidebar-title" Apache Ivy&trade;
                 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 &#169; 2007 -
+          | Copyright &copy; 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