From 0ea736a52543281815b8e85259a4acd1c4b5f268 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Fri, 31 Aug 2018 13:51:18 -0300
Subject: [PATCH] Bug 21293: Remove another misplaced html filter on
 housebound.tt

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
index 8bf892f0d2..4fb644ce22 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt
@@ -329,7 +329,7 @@
                 <ol>
                   <li>
                     <span class="label" class="required"> Delivery day:</span>
-                    [% hpd = housebound_profile.day | html %]
+                    [% hpd = housebound_profile.day %]
                     [% IF hpd == 'any' %]
                       Any
                     [% ELSIF hpd == 'monday' %]
-- 
2.11.0