This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 27eda1cf777deedb80632e4f324fc5b3e86044bd Author: Ryan Skraba <[email protected]> AuthorDate: Fri Jul 1 08:07:26 2022 +0200 AVRO-3557: Trim whitespace from the avro_version shortcode (#1745) --- doc/layouts/shortcodes/avro_version.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/layouts/shortcodes/avro_version.html b/doc/layouts/shortcodes/avro_version.html index 5f10cce1a..04a4bf5ef 100644 --- a/doc/layouts/shortcodes/avro_version.html +++ b/doc/layouts/shortcodes/avro_version.html @@ -1,4 +1,4 @@ -<!-- +{{/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -17,6 +17,8 @@ specific language governing permissions and limitations under the License. ---> +*/}}{{/* -{{ $.Site.Params.avroversion }} +This file must not have a trailing newline. + +*/}}{{ $.Site.Params.avroversion }} \ No newline at end of file
