Skip to content

Commit

Permalink
XWIKI-22518: An empty "Supported by" always shows up when displaying …
Browse files Browse the repository at this point in the history
…a non remote extension detail
  • Loading branch information
tmortagne committed Sep 18, 2024
1 parent 09369a6 commit c92ad8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ $namespace##
#end
#set ($extensionSupportPlans = $extension.supportPlans)
#set ($extensionSupporters = $extensionSupportPlans.supporters)
#if (!$extensionSupporters.isEmpty())
#if ($extensionSupportPlans && !$extensionSupporters.isEmpty())
<div class="supported-by">
<h3>$escapetool.xml($services.localization.render('extensions.info.support.supportedBy'))</h3>
#displayExtensionSupportPlans($extensionSupportPlans)
Expand Down

0 comments on commit c92ad8a

Please sign in to comment.