From e1bd1505ae1dd09a564b6dd2c0021020d74c8422 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Mar 2015 13:09:01 +0000
Subject: [PATCH] CR-6372 OPENDJ-1786 Automate integration of generated content
---
opendj-cli/src/main/resources/templates/refEntry.ftl | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/refEntry.ftl b/opendj-cli/src/main/resources/templates/refEntry.ftl
index db23699..5cb3275 100644
--- a/opendj-cli/src/main/resources/templates/refEntry.ftl
+++ b/opendj-cli/src/main/resources/templates/refEntry.ftl
@@ -100,9 +100,7 @@
${subcommands}
</#if>
- <#if trailingSections??>
- <#list trailingSections as section>
- ${section}
- </#list>
+ <#if trailingSectionString??>
+ ${trailingSectionString}
</#if>
</refentry>
--
Gitblit v1.10.0