From: Robert Soulliere <rsoulliere@libdog.mohawkcollege.ca> Date: Sat, 2 Oct 2010 19:51:41 +0000 (-0400) Subject: Fix missing </procedure> element. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=142bd7a2f623f58066d0b7a84c320ffef35e830c;p=evergreen%2Fmasslnc.git Fix missing </procedure> element. --- 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>