From: Steve Sutton Date: Fri, 24 Feb 2017 20:30:35 +0000 (-0500) Subject: Update the view file for the detail package page. X-Git-Tag: v1.2.8^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4bba0fa7de650c90237f0e1a5b745cbf48768124;p=WP-Plugins%2Fglm-member-db-packaging.git Update the view file for the detail package page. Use nl2br call to get description to hold hard returns. --- diff --git a/views/front/packaging/detail.html b/views/front/packaging/detail.html index 8f7e052..634ad02 100644 --- a/views/front/packaging/detail.html +++ b/views/front/packaging/detail.html @@ -107,9 +107,9 @@

{$package.title}

{if $package.descr} - {$package.descr} + {$package.descr|nl2br} {else if $package.short_descr} - {$package.short_descr} + {$package.short_descr|nl2br} {/if}