From 142bd7a2f623f58066d0b7a84c320ffef35e830c Mon Sep 17 00:00:00 2001
From: Robert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Date: Sat, 2 Oct 2010 15:51:41 -0400
Subject: [PATCH] Fix missing </procedure> element.

---
 1.6/opac/myaccount.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/1.6/opac/myaccount.xml b/1.6/opac/myaccount.xml
index effcc380b1..67843462fe 100644
--- a/1.6/opac/myaccount.xml
+++ b/1.6/opac/myaccount.xml
@@ -100,7 +100,7 @@
 				<title>Password Reset</title>
 					<para>Evergreen 1.6.1 introduced a new feature to allow patrons to reset forgotten passwords from the My Account login screen.</para>  
 					<para>To reset your password:</para> 
-					<Procedure>
+					<procedure>
 					<step>
 						<para>click on the the <guibutton>Forgot your password?</guibutton> link located under the <guibutton>login</guibutton> button</para>
 					</step>
@@ -137,6 +137,7 @@
 					<step>
 						<para>Login to your account with your new password.</para>
 					</step>
+			</procedure>
 		</simplesect>
 		<simplesect xml:id="myaccountsummary">
 				<title>Account Summary</title>
-- 
2.11.0