diff options
author | Roel Spilker <r.spilker@gmail.com> | 2022-01-29 01:14:00 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2022-01-29 01:14:00 +0100 |
commit | 408e3b9ba25d363d4ad21a08fdf9dac5bf4d03a9 (patch) | |
tree | a9e6d2cc923764c0cea19601124667a88d372793 /buildScripts | |
parent | 1c9d18e723b116792b3a14d92fa44f6db51b6d5e (diff) | |
download | lombok-408e3b9ba25d363d4ad21a08fdf9dac5bf4d03a9.tar.gz lombok-408e3b9ba25d363d4ad21a08fdf9dac5bf4d03a9.tar.bz2 lombok-408e3b9ba25d363d4ad21a08fdf9dac5bf4d03a9.zip |
doc footer </i>
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index c972074a..cbec0ddb 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -173,7 +173,7 @@ such as applying the templates to produce the website, converting the changelog <classpath location="build/lombok-main" /> <classpath location="build/lombok-utils" /> <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> + <bottom><![CDATA[<i>Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.</i>]]></bottom> </javadoc> <!-- bugfix for boneheaded javadoc bug where ?is-external=true is inserted before an anchor ref, breaking the anchor ref. is-external=true doesn't actually do anything except mess with titles, so, we'll just get rid of it. --> |