This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new d3756d3 fix: weird line break around Releases archive link d3756d3 is described below commit d3756d338c2afe6768e01656fcdcf2f643a2c925 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Nov 30 19:16:29 2020 +0100 fix: weird line break around Releases archive link --- layouts/download/download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/download/download.html b/layouts/download/download.html index 672a404..183b690 100644 --- a/layouts/download/download.html +++ b/layouts/download/download.html @@ -22,7 +22,7 @@ {{ $major = .Params.version | replaceRE "\\.\\d+$" "" }} {{ end }} </ul> - + <h2>Getting the latest distributions</h2> <h3>Binary Distribution</h3> @@ -102,7 +102,7 @@ </div> <h3>Older releases</h3> - All releases are listed on the <a href="{{ "/releases/" | relURL}}">Releases</a> archive, here you will also find releases that are no longer supported. + <p>All releases are listed on the <a href="{{ "/releases/" | relURL}}">Releases archive</a>, here you will also find releases that are no longer supported.</p> {{ .Content }}