Remove nl2br
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 20 Mar 2017 18:37:12 +0000 (14:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 20 Mar 2017 18:37:12 +0000 (14:37 -0400)
using wpautop instead to deal with wp_editor content.

views/front/events/beerWeekDetail.html

index 514688f..1955f2f 100644 (file)
                     </div>
                 </div><!-- /.small-12 .column -->
                 <div class="small-12 column">
-                    <p>{$event.descr|nl2br}</p>
+                    <p>{$event.descr}</p>
                 </div>
             </div><!-- /.row #2 -->
         </div><!-- /.small-12 .large-9 .large-centered -->