From af0aa31d2a72d66f8604163c572b8524310fd9e4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 8 Aug 2017 09:54:31 -0400 Subject: [PATCH] Package list description display changed from nl2br to wpautop --- views/front/packaging/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/packaging/list.html b/views/front/packaging/list.html index afdf125..5059d06 100644 --- a/views/front/packaging/list.html +++ b/views/front/packaging/list.html @@ -112,7 +112,7 @@
Description
- {$p.descr|nl2br} + {$p.descr|wpautop}