projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df0e4de
)
Update the view file for the detail package page.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Feb 2017 20:30:35 +0000
(15:30 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 27 Feb 2017 14:18:39 +0000
(09:18 -0500)
Use nl2br call to get description to hold hard returns.
views/front/packaging/detail.html
patch
|
blob
|
history
diff --git
a/views/front/packaging/detail.html
b/views/front/packaging/detail.html
index
8f7e052
..
634ad02
100644
(file)
--- a/
views/front/packaging/detail.html
+++ b/
views/front/packaging/detail.html
@@
-107,9
+107,9
@@
<h3 class="glm-member-db-package-title">{$package.title}</h3>
<div class="glm-member-db-package-description">
{if $package.descr}
- {$package.descr}
+ {$package.descr
|nl2br
}
{else if $package.short_descr}
- {$package.short_descr}
+ {$package.short_descr
|nl2br
}
{/if}
</div>
<div class="details">