diff --git a/templates/ContentGenerator/ProblemSet.html.ep b/templates/ContentGenerator/ProblemSet.html.ep index d9611af148..c6935a2c9e 100644 --- a/templates/ContentGenerator/ProblemSet.html.ep +++ b/templates/ContentGenerator/ProblemSet.html.ep @@ -26,6 +26,11 @@ % % my $set = $c->{set}; % +% # Show the set description if it is not empty. +% if ($set->description =~ /\S/) { +