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 466b299f Fixed a spacing issue in the documentation footer.
466b299f is described below
commit 466b299fc942e7395acee7aece3c30d2f0c1b0b9
Author: Maarten Coene <[email protected]>
AuthorDate: Sun Dec 22 19:11:49 2024 +0100
Fixed a spacing issue in the documentation footer.
---
asciidoc/templates/document.html.slim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asciidoc/templates/document.html.slim
b/asciidoc/templates/document.html.slim
index 4df1de46..2a140425 100644
--- a/asciidoc/templates/document.html.slim
+++ b/asciidoc/templates/document.html.slim
@@ -81,7 +81,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/