This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 0654da6a3 AVRO-3557: Trim whitespace from the avro_version shortcode 
(#1745)
0654da6a3 is described below

commit 0654da6a33cab41c894a4b3dfdde6048a75f887a
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

Reply via email to