From e6d4e765d2590427a61c717b5d7a85930ff21ccd Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Tue, 29 Nov 2022 11:12:06 +0100 Subject: [PATCH] switch cols Signed-off-by: Christian Richter --- docs/templates/ADOC.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/ADOC.tmpl b/docs/templates/ADOC.tmpl index ca6c7a5ce7..496a58ea78 100644 --- a/docs/templates/ADOC.tmpl +++ b/docs/templates/ADOC.tmpl @@ -14,9 +14,9 @@ ifeval::[{show-deprecation} == true] | Deprecation Replacment {{- range .Deprecations }} +| {{ .DeprecationInfo }} | {{ .DeprecationVersion }} | {{ .RemovalVersion }} -| {{ .DeprecationInfo }} | {{ .DeprecationReplacement }} {{- end }} |===