Removed the breaklines from the funds LI since the extra space is no longer necessary
authorLaury GvR <laury@gaslightmedia.com>
Fri, 9 Jun 2017 20:00:03 +0000 (16:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 9 Jun 2017 20:00:03 +0000 (16:00 -0400)
lib/funds.php

index 9b1e82b..980b831 100644 (file)
@@ -130,7 +130,7 @@ function funds_shortcode($atts)
         echo '<ul>';
         while($loop->have_posts()) : $loop->the_post();
 //            echo '<a href="'.get_permalink().'">'.get_the_title().'</a><br>';
-            echo '<li>'.get_the_title().'</li><br>';
+            echo '<li>'.get_the_title().'</li>';
         endwhile;
         echo '</ul>';
      }