From 41d7c59e25bfd46623e23fd6a88bc12c6a9a3db2 Mon Sep 17 00:00:00 2001
From: Lucas Gass <lucas@bywatersolutions.com>
Date: Mon, 27 Jan 2020 22:06:06 +0000
Subject: [PATCH] Bug 24523: add missing </p>

Signed-off-by: David Roberts <david.roberts@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

https://bugs.koha-community.org/show_bug.cgi?id=24532
---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt
index ebbcf37f3b..6d2e5d2ad4 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt
@@ -92,7 +92,7 @@
                     <form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off">
                         <input type="hidden" name="koha_login_context" value="opac" />
                         <fieldset>
-                            <p>To reset your password, enter your login or your email address.
+                            <p>To reset your password, enter your login or your email address.</p>
                             <label for="username">Login:</label>
                             <input type="text" id="username" size="40" name="username" value="[% username | html %]" />
                             <label for="email">Email:</label>
-- 
2.11.0