This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 4c7f3100 Fixed a spacing issue in the documentation footer.
4c7f3100 is described below
commit 4c7f310077874221ac35f4c1ea6e2e8422780d5c
Author: Maarten Coene <[email protected]>
AuthorDate: Sun Dec 22 19:12:12 2024 +0100
Fixed a spacing issue in the documentation footer.
---
asciidoc/templates/book/document.html.slim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asciidoc/templates/book/document.html.slim
b/asciidoc/templates/book/document.html.slim
index 60f33b86..8da2d349 100644
--- a/asciidoc/templates/book/document.html.slim
+++ b/asciidoc/templates/book/document.html.slim
@@ -44,7 +44,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
i
| Copyright © 2007 -
= " " + Time.now.year.to_s + " "
- | The Apache Software Foundation, Licensed under the
+ ' The Apache Software Foundation, Licensed under the
a href="http://www.apache.org/licenses/" Apache License, Version 2.0
| .
br/