Hi
Fixed again for you, I will forward to Ed so he can include in the future updates.
For Ed’s info: line 212 in single-campaign-detail.php should be
class="categories"><?php echo $categories; ?></span></div>
instead of
class="categories"><?php echo esc_attr($categories); ?></span></div>
– Kyle