From 1dbb9c20f86ff55bbcaef236d1483caae2995abf Mon Sep 17 00:00:00 2001 From: John Learn Date: Mon, 15 Mar 2021 14:15:22 -0400 Subject: [PATCH 01/13] fix for display of links with no content --- src/Model/RollupPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/RollupPage.php b/src/Model/RollupPage.php index 54bea7b..1945ae3 100644 --- a/src/Model/RollupPage.php +++ b/src/Model/RollupPage.php @@ -82,7 +82,7 @@ public function Content() { // original content. $content = $this->Content; - if ( $this->ShowLinksOnly === 1 || $this->ShowLinksOnly === 2 ) { + if ( $this->ShowLinksOnly === self::DISPLAY_LIST || $this->ShowLinksOnly === self::DISPLAY_TABS ) { $content .= '